diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2012-06-04 19:25:56 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2012-06-04 19:25:56 +0000 |
commit | ce2305af6799357159c317fc826d37d8137bfef3 (patch) | |
tree | 13d6e5539796d50a49425c14bd27da9e21368025 /www/p5-RT-Authen-ExternalAuth | |
parent | d9ad877b7e7d15d03ebcf6713e90e9b6559e34f0 (diff) | |
download | ports-ce2305af6799357159c317fc826d37d8137bfef3.tar.gz ports-ce2305af6799357159c317fc826d37d8137bfef3.zip |
- Convert all my remaining ports to OPTIONSng
Files affected:
databases/mysql-connector-java/Makefile
databases/phpmyadmin/Makefile
mail/sa-utils/Makefile
net/phpldapadmin/Makefile
security/apg/Makefile
textproc/sphinxsearch/Makefile
www/p5-RT-Authen-ExternalAuth/Makefile
www/p5-RT-Extension-LDAPImport/Makefile
www/p5-RT-Extension-SLA/Makefile
www/p5-RTx-Calendar/Makefile
www/rt40/Makefile
www/rt40/Makefile.cpan
x11-fonts/gentium/Makefile
x11-fonts/gentium-basic/Makefile
Approved by: shaun (mentor)
Notes
Notes:
svn path=/head/; revision=298387
Diffstat (limited to 'www/p5-RT-Authen-ExternalAuth')
-rw-r--r-- | www/p5-RT-Authen-ExternalAuth/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/p5-RT-Authen-ExternalAuth/Makefile b/www/p5-RT-Authen-ExternalAuth/Makefile index bcdfea5eee44..b0ebbf092d96 100644 --- a/www/p5-RT-Authen-ExternalAuth/Makefile +++ b/www/p5-RT-Authen-ExternalAuth/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 |