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 /textproc/hs-citeproc-hs/Makefile | |
parent | 7d1d3e059567d7924496edc21ddfbaf7d920f989 (diff) | |
download | ports-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 'textproc/hs-citeproc-hs/Makefile')
-rw-r--r-- | textproc/hs-citeproc-hs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/hs-citeproc-hs/Makefile b/textproc/hs-citeproc-hs/Makefile index 00996428c1f0..e2e991bf7606 100644 --- a/textproc/hs-citeproc-hs/Makefile +++ b/textproc/hs-citeproc-hs/Makefile @@ -18,6 +18,7 @@ PORTDATA= * OPTIONS= BIBUTILS "Use Chris Putnam's Bibutils" off +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.options.mk" .include <bsd.port.options.mk> .if defined(WITH_BIBUTILS) |