diff options
author | garga <garga@FreeBSD.org> | 2006-08-31 23:41:51 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-08-31 23:41:51 +0800 |
commit | cd1b5e90f7a532aa0b85ac229508cae133f2b8e8 (patch) | |
tree | fd02cc2740d66cc81e31b11c6ea3526607744d3c /security | |
parent | 76e0a7771e9e4f0d5057ac03ba0979ac6393f892 (diff) | |
download | freebsd-ports-gnome-cd1b5e90f7a532aa0b85ac229508cae133f2b8e8.tar.gz freebsd-ports-gnome-cd1b5e90f7a532aa0b85ac229508cae133f2b8e8.tar.zst freebsd-ports-gnome-cd1b5e90f7a532aa0b85ac229508cae133f2b8e8.zip |
Mark it as BROKEN on 4.x while I cannot take a look
Reported by: krismail
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Authen-Krb5/Makefile | 8 |
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> |