diff options
author | pgj <pgj@FreeBSD.org> | 2010-05-23 06:41:50 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2010-05-23 06:41:50 +0800 |
commit | 2895aa97338047cd559fa9bd0586d799dc99f03a (patch) | |
tree | a9dc08da2736702569cfb9ffc12399651e8a5377 /devel/hs-darcs | |
parent | 988bcdfc0bbcd3a778a48fcbb719810254fb1fba (diff) | |
download | freebsd-ports-gnome-2895aa97338047cd559fa9bd0586d799dc99f03a.tar.gz freebsd-ports-gnome-2895aa97338047cd559fa9bd0586d799dc99f03a.tar.zst freebsd-ports-gnome-2895aa97338047cd559fa9bd0586d799dc99f03a.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>
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) |