diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2010-05-22 22:41:50 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2010-05-22 22:41:50 +0000 |
commit | f1905422ee6b86d1afc28896fc9c0e4de3baf608 (patch) | |
tree | 6189ae4ab63cdc0704c29f18be3e2b350c8349a3 /devel/hs-darcs | |
parent | 7d1d3e059567d7924496edc21ddfbaf7d920f989 (diff) | |
download | ports-f1905422ee6b86d1afc28896fc9c0e4de3baf608.tar.gz ports-f1905422ee6b86d1afc28896fc9c0e4de3baf608.zip |
Notes
Diffstat (limited to 'devel/hs-darcs')
-rw-r--r-- | devel/hs-darcs/Makefile | 1 |
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) |