diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-05-17 13:50:43 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-05-17 13:50:43 +0000 |
commit | 4f7e696803616173dfcd9cd9670cf1bebb7b91f2 (patch) | |
tree | e12c7b4527660240c87abc040d1a1ffbeeefe683 /security | |
parent | 9aac6741bda13fa37452e65e7d3b47f58dbfcfa5 (diff) |
Use OPTIONS for WITHOUT_KERBEROS
PR: 97270
Submitted by: Rong-En Fan <rafan@infor.org>
Notes
Notes:
svn path=/head/; revision=162658
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 |