aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-darcs
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2010-05-22 22:41:50 +0000
committerGabor Pali <pgj@FreeBSD.org>2010-05-22 22:41:50 +0000
commitf1905422ee6b86d1afc28896fc9c0e4de3baf608 (patch)
tree6189ae4ab63cdc0704c29f18be3e2b350c8349a3 /devel/hs-darcs
parent7d1d3e059567d7924496edc21ddfbaf7d920f989 (diff)
downloadports-f1905422ee6b86d1afc28896fc9c0e4de3baf608.tar.gz
ports-f1905422ee6b86d1afc28896fc9c0e4de3baf608.zip
- Fix OPTIONS support for Cabal ports by introducing
bsd.cabal.options.mk - Fix ports broken with non-default options Triggered by: Yuri Pankov <yuri.pankov@gmail.com>
Notes
Notes: svn path=/head/; revision=254867
Diffstat (limited to 'devel/hs-darcs')
-rw-r--r--devel/hs-darcs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/hs-darcs/Makefile b/devel/hs-darcs/Makefile
index 4e9cce17d02d..70ad11a8774b 100644
--- a/devel/hs-darcs/Makefile
+++ b/devel/hs-darcs/Makefile
@@ -31,6 +31,7 @@ OPTIONS= CURL "Use libcurl for HTTP support" on \
MMAP "Compile with mmap support" off \
TEST "Compile unit tests" off
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.options.mk"
.include <bsd.port.options.mk>
.if defined(WITH_CURL)