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 /ftp | |
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 'ftp')
-rw-r--r-- | ftp/hs-curl/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ftp/hs-curl/Makefile b/ftp/hs-curl/Makefile index 1bddf2f4bd99..ac8476dd0a4e 100644 --- a/ftp/hs-curl/Makefile +++ b/ftp/hs-curl/Makefile @@ -12,7 +12,5 @@ LICENSE= BSD3CLAUSE LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl -USE_GHC_NATIVE= yes - .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |