aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Authen-Krb5
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-08-31 15:41:51 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-08-31 15:41:51 +0000
commitef9457b9a32ccc253705a97debf6c4355cf8b67a (patch)
tree4c0df8180d33db3708535a135c2c82518b941f19 /security/p5-Authen-Krb5
parentde3ad40fdb26b2b58876b17223c718a0ce5a66b4 (diff)
downloadports-ef9457b9a32ccc253705a97debf6c4355cf8b67a.tar.gz
ports-ef9457b9a32ccc253705a97debf6c4355cf8b67a.zip
Notes
Diffstat (limited to 'security/p5-Authen-Krb5')
-rw-r--r--security/p5-Authen-Krb5/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/p5-Authen-Krb5/Makefile b/security/p5-Authen-Krb5/Makefile
index 6f8305aeb762..daaf9b68ee16 100644
--- a/security/p5-Authen-Krb5/Makefile
+++ b/security/p5-Authen-Krb5/Makefile
@@ -24,9 +24,15 @@ MAN3= Authen::Krb5.3
KRB5_HOME?= ${LOCALBASE}
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= Doesn't build on 4.x
+.endif
+
post-patch:
@${PERL} -pi -e 's:/usr/local/krb5:${KRB5_HOME}:g; \
s:/usr/local:${LOCALBASE}:g;' \
${WRKSRC}/Makefile.PL
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>