aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-texmath/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/hs-texmath/Makefile')
-rw-r--r--textproc/hs-texmath/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/textproc/hs-texmath/Makefile b/textproc/hs-texmath/Makefile
index 93c2da817a6b..ce9c7049ab1f 100644
--- a/textproc/hs-texmath/Makefile
+++ b/textproc/hs-texmath/Makefile
@@ -7,6 +7,7 @@
PORTNAME= texmath
PORTVERSION= 0.6.0.6
+PORTREVISION= 1
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
@@ -18,12 +19,13 @@ CABAL_SETUP= Setup.hs
USE_CABAL= parsec>=3 syb xml
-OPTIONS= CGI "Compile CGI executable" off
+OPTIONS_DEFINE= CGI
+
+CGI_DESC= Compile CGI executable
-.include "${.CURDIR}/../../lang/ghc/bsd.cabal.options.mk"
.include <bsd.port.options.mk>
-.if defined(WITH_CGI)
+.if ${PORT_OPTIONS:MCGI}
CONFIGURE_ARGS+= --flags="cgi"
USE_CABAL+= cgi json utf8-string
EXECUTABLE+= texmath-cgi