diff options
author | erwin <erwin@FreeBSD.org> | 2006-05-17 21:50:43 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-05-17 21:50:43 +0800 |
commit | 13df787e1927f0a429fb3121067134b1adb84e4c (patch) | |
tree | 2ff17f6c200ea24678143a58943fab31b7d6c54f /security | |
parent | c017f9b961694ac7ae497e7bc4681ad5a3479b38 (diff) | |
download | freebsd-ports-gnome-13df787e1927f0a429fb3121067134b1adb84e4c.tar.gz freebsd-ports-gnome-13df787e1927f0a429fb3121067134b1adb84e4c.tar.zst freebsd-ports-gnome-13df787e1927f0a429fb3121067134b1adb84e4c.zip |
Use OPTIONS for WITHOUT_KERBEROS
PR: 97270
Submitted by: Rong-En Fan <rafan@infor.org>
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Authen-SASL/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/p5-Authen-SASL/Makefile b/security/p5-Authen-SASL/Makefile index 629c27f4e565..dd873bc1d913 100644 --- a/security/p5-Authen-SASL/Makefile +++ b/security/p5-Authen-SASL/Makefile @@ -20,6 +20,8 @@ BUILD_DEPENDS= \ p5-Digest-MD5>0:${PORTSDIR}/security/p5-Digest-MD5 \ p5-Digest-HMAC>0:${PORTSDIR}/security/p5-Digest-HMAC +OPTIONS= KERBEROS "Enable Kerberos support" On + PERL_CONFIGURE= yes CONFIGURE_ENV+= AUTOMATED_TESTING=yes |