summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2009-11-05 14:53:59 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2009-11-05 14:53:59 +0000
commite9082594e3f8a7a9cf50d35cd34acf8a771ca3bc (patch)
tree19aee49864c06b403b24470796361aaac6a33e93 /security
parentFix versioning. (diff)
Respect KERBEROS option when it is "off".
PR: ports/139237 Pointed by: Vick Khera <vivek xx khera.org>
Notes
Notes: svn path=/head/; revision=243832
Diffstat (limited to 'security')
-rw-r--r--security/p5-Authen-SASL/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/p5-Authen-SASL/Makefile b/security/p5-Authen-SASL/Makefile
index c54f12b1144c..8695c1d68666 100644
--- a/security/p5-Authen-SASL/Makefile
+++ b/security/p5-Authen-SASL/Makefile
@@ -31,6 +31,8 @@ MAN3+= Authen::SASL::Perl::GSSAPI.3
MAN3+= Authen::SASL::Perl::LOGIN.3
MAN3+= Authen::SASL::Perl::PLAIN.3
+.include <bsd.port.pre.mk>
+
.if !defined(WITHOUT_KERBEROS)
RUN_DEPENDS+= p5-GSSAPI>0:${PORTSDIR}/security/p5-GSSAPI
.endif
@@ -40,4 +42,4 @@ post-patch:
${RM} ${WRKSRC}/lib/Authen/SASL/Perl/DIGEST_MD5.pm.orig
${RM} ${WRKSRC}/lib/Authen/SASL/Perl/DIGEST_MD5.pm.rej
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>