diff options
author | matthew <matthew@FreeBSD.org> | 2012-06-05 03:46:01 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2012-06-05 03:46:01 +0800 |
commit | a24feac67c23e9905436e0683d95df698fad446c (patch) | |
tree | a9d1963768500f3e56a0f03c1c3736df1f03afac | |
parent | 80d703c9ef7eb2e7fd10e92fecaaa878a8eb3cff (diff) | |
download | freebsd-ports-gnome-a24feac67c23e9905436e0683d95df698fad446c.tar.gz freebsd-ports-gnome-a24feac67c23e9905436e0683d95df698fad446c.tar.zst freebsd-ports-gnome-a24feac67c23e9905436e0683d95df698fad446c.zip |
Update to OPTIONSng framework
Approved by: shaun (mentor)
-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 |