aboutsummaryrefslogtreecommitdiff
path: root/www/p5-RTx-Calendar/Makefile
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2012-06-04 19:46:01 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2012-06-04 19:46:01 +0000
commitbfcb7d8f3be4d1e18457be42287f223be373dc2a (patch)
tree548abaaba1878b0f09e58d90fe9b26ef06d97c5c /www/p5-RTx-Calendar/Makefile
parent26a80e02ffb0c9a14bed0ce0b231f8825f751d1f (diff)
downloadports-bfcb7d8f3be4d1e18457be42287f223be373dc2a.tar.gz
ports-bfcb7d8f3be4d1e18457be42287f223be373dc2a.zip
Notes
Diffstat (limited to 'www/p5-RTx-Calendar/Makefile')
-rw-r--r--www/p5-RTx-Calendar/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/p5-RTx-Calendar/Makefile b/www/p5-RTx-Calendar/Makefile
index 80e2a208f99c..d39795729ccf 100644
--- a/www/p5-RTx-Calendar/Makefile
+++ b/www/p5-RTx-Calendar/Makefile
@@ -25,11 +25,12 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
-OPTIONS= RT38 "Install for rt-3.8.x (default rt-4.0.x)" off
+OPTIONS_DEFINE= RT38
+RT38_DESC= Install for rt-3.8.x (default rt-4.0.x)
.include <bsd.port.options.mk>
-.if defined(WITH_RT38)
+.if ${PORT_OPTIONS:MRT38}
RT_VER= 38
.else
RT_VER= 40