aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2016-02-19 20:49:11 +0000
committerGabor Pali <pgj@FreeBSD.org>2016-02-19 20:49:11 +0000
commitdc08613aa962d18864a24ac58789a02a90a2a505 (patch)
tree7d317c7f8f9ce14ef77107e85673147a3370699f /ftp
parent885b4d44eef37159f1ce61c2dbc4a96c9d2f1670 (diff)
downloadports-dc08613aa962d18864a24ac58789a02a90a2a505.tar.gz
ports-dc08613aa962d18864a24ac58789a02a90a2a505.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
Notes
Notes: svn path=/head/; revision=409206
Diffstat (limited to 'ftp')
-rw-r--r--ftp/hs-curl/Makefile2
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>