aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Authen-SASL
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2009-11-05 22:53:59 +0800
committerskv <skv@FreeBSD.org>2009-11-05 22:53:59 +0800
commit461a3d66d14001458285145cc8315172545362cd (patch)
tree95d0b44125b479ba4101e3345d779b87632cc9fa /security/p5-Authen-SASL
parentd59c342c0fb76e9a6305ae6369e98c607366143e (diff)
downloadfreebsd-ports-gnome-461a3d66d14001458285145cc8315172545362cd.tar.gz
freebsd-ports-gnome-461a3d66d14001458285145cc8315172545362cd.tar.zst
freebsd-ports-gnome-461a3d66d14001458285145cc8315172545362cd.zip
Respect KERBEROS option when it is "off".
PR: ports/139237 Pointed by: Vick Khera <vivek xx khera.org>
Diffstat (limited to 'security/p5-Authen-SASL')
-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>