diff options
author | Renato Botelho <garga@FreeBSD.org> | 2007-02-03 13:18:30 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2007-02-03 13:18:30 +0000 |
commit | aa58955c5fc3bedd7fcb4844bc3eda64200cf68d (patch) | |
tree | da153d727f07f5e8f8eb0e7eab1bb8074c0c7cc8 /security/p5-Authen-Krb5 | |
parent | 9acdaf5844cd390b9e60e5790f51ddc7ea957c87 (diff) |
Notes
Diffstat (limited to 'security/p5-Authen-Krb5')
-rw-r--r-- | security/p5-Authen-Krb5/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/security/p5-Authen-Krb5/Makefile b/security/p5-Authen-Krb5/Makefile index daaf9b68ee16..a0dae2c76dec 100644 --- a/security/p5-Authen-Krb5/Makefile +++ b/security/p5-Authen-Krb5/Makefile @@ -26,10 +26,6 @@ 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;' \ |