aboutsummaryrefslogtreecommitdiff
path: root/mail/sa-utils
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2012-06-04 19:25:56 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2012-06-04 19:25:56 +0000
commitce2305af6799357159c317fc826d37d8137bfef3 (patch)
tree13d6e5539796d50a49425c14bd27da9e21368025 /mail/sa-utils
parentd9ad877b7e7d15d03ebcf6713e90e9b6559e34f0 (diff)
downloadports-ce2305af6799357159c317fc826d37d8137bfef3.tar.gz
ports-ce2305af6799357159c317fc826d37d8137bfef3.zip
Notes
Diffstat (limited to 'mail/sa-utils')
-rw-r--r--mail/sa-utils/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/sa-utils/Makefile b/mail/sa-utils/Makefile
index ee57bc554398..59aabfeec862 100644
--- a/mail/sa-utils/Makefile
+++ b/mail/sa-utils/Makefile
@@ -18,7 +18,8 @@ COMMENT= SpamAssassin nightly periodic maintenance
RUN_DEPENDS= sa-update:${PORTSDIR}/mail/p5-Mail-SpamAssassin
-OPTIONS= SACOMPILE "Enable sa-compile support" off
+OPTIONS_DEFINE= SACOMPILE
+SACOMPILE_DESC= "Enable sa-compile support"
NO_BUILD= yes
SUB_FILES= sa-utils
@@ -30,8 +31,8 @@ PLIST_DIRS= ${PERIODIC_DAILY} ${PERIODIC_DAILY:H}
.include <bsd.port.options.mk>
-.if defined(WITH_SACOMPILE)
-RUN_DEPENDS+= re2c>=.12.0:${PORTSDIR}/devel/re2c
+.if ${PORT_OPTIONS:MSACOMPILE}
+RUN_DEPENDS+= re2c>=0.12.0:${PORTSDIR}/devel/re2c
SUB_LIST+= SACOMPILE=YES
.else
SUB_LIST+= SACOMPILE=NO