diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-08-03 02:30:07 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-08-03 02:30:07 +0000 |
commit | db8a630740d7952632fca1d12503a442fc625335 (patch) | |
tree | 8ee3a15fcf61eb9a77ce79ffe7cc567f6e56e480 /archivers/hs-zip-archive | |
parent | 336cf4f81e31ae43ff7b5ec434e2305615de4392 (diff) | |
download | ports-db8a630740d7952632fca1d12503a442fc625335.tar.gz ports-db8a630740d7952632fca1d12503a442fc625335.zip |
Notes
Diffstat (limited to 'archivers/hs-zip-archive')
-rw-r--r-- | archivers/hs-zip-archive/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/archivers/hs-zip-archive/Makefile b/archivers/hs-zip-archive/Makefile index 335d66479561..92e78da810b6 100644 --- a/archivers/hs-zip-archive/Makefile +++ b/archivers/hs-zip-archive/Makefile @@ -7,6 +7,7 @@ PORTNAME= zip-archive PORTVERSION= 0.1.1.8 +PORTREVISION= 1 CATEGORIES= archivers haskell MAINTAINER= haskell@FreeBSD.org @@ -16,18 +17,17 @@ LICENSE= BSD USE_CABAL= digest>=0.0.0.1 mtl utf8-string>=0.3.1 zlib -OPTIONS= EXECUTABLE "Build the Zip executable" off +OPTIONS_DEFINE= EXECUTABLE + +EXECUTABLE_DESC= Build the Zip executable -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.options.mk" .include <bsd.port.options.mk> -.if defined(WITH_EXECUTABLE) +.if ${PORT_OPTIONS:MEXECUTABLE} CONFIGURE_ARGS+= --flags="executable" EXECUTABLE= Zip -PLIST_SUB+= MAYBE_EXECUTABLE="" .else CONFIGURE_ARGS+= --flags="-executable" -PLIST_SUB+= MAYBE_EXECUTABLE="@comment " .endif .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" |