diff options
author | pgj <pgj@FreeBSD.org> | 2016-02-20 04:49:11 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2016-02-20 04:49:11 +0800 |
commit | f7bd80ffd9224eea820f7543cc18adf0d0705689 (patch) | |
tree | 7d317c7f8f9ce14ef77107e85673147a3370699f /print | |
parent | 4f5dae9e224c5a1411e80beca338ea499d7c2637 (diff) | |
download | freebsd-ports-gnome-f7bd80ffd9224eea820f7543cc18adf0d0705689.tar.gz freebsd-ports-gnome-f7bd80ffd9224eea820f7543cc18adf0d0705689.tar.zst freebsd-ports-gnome-f7bd80ffd9224eea820f7543cc18adf0d0705689.zip |
- A couple of fixes for bsd.cabal.mk:
- Retire USE_GHC_NATIVE: it is not needed any more
- Do not rely on DISTNAME for setting CABAL_LIBSUBDIR: this caused problems
when using USE_GITHUB
- Improve integration with print/hs-hscolour
Obtained from: FreeBSD Haskell
Diffstat (limited to 'print')
-rw-r--r-- | print/hs-hscolour/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/hs-hscolour/Makefile b/print/hs-hscolour/Makefile index b8a44394f805..e36a82cd91ec 100644 --- a/print/hs-hscolour/Makefile +++ b/print/hs-hscolour/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hscolour -PORTVERSION= 1.23 +PORTVERSION= ${HSCOLOUR_VERSION} PORTEPOCH= 1 CATEGORIES= print haskell |