diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2012-06-05 03:46:01 +0800 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2012-06-05 03:46:01 +0800 |
commit | bfcb7d8f3be4d1e18457be42287f223be373dc2a (patch) | |
tree | 548abaaba1878b0f09e58d90fe9b26ef06d97c5c /www | |
parent | 26a80e02ffb0c9a14bed0ce0b231f8825f751d1f (diff) | |
download | freebsd-ports-gnome-bfcb7d8f3be4d1e18457be42287f223be373dc2a.tar.gz freebsd-ports-gnome-bfcb7d8f3be4d1e18457be42287f223be373dc2a.tar.zst freebsd-ports-gnome-bfcb7d8f3be4d1e18457be42287f223be373dc2a.zip |
Update to OPTIONSng framework
Approved by: shaun (mentor)
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-RTx-Calendar/Makefile | 5 |
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 |