diff options
author | Cy Schubert <cy@FreeBSD.org> | 2005-10-29 18:45:28 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2005-10-29 18:45:28 +0000 |
commit | 71c894c2c037018bd7c8e9e66e9c41b5ecb9f391 (patch) | |
tree | d6e3d68eced1647f0a953748cdc318433c2cd8c5 /security/krb5 | |
parent | 06b3f7d166efa4a5ff55cdcd8dcc52313f037e6f (diff) | |
download | ports-71c894c2c037018bd7c8e9e66e9c41b5ecb9f391.tar.gz ports-71c894c2c037018bd7c8e9e66e9c41b5ecb9f391.zip |
Notes
Diffstat (limited to 'security/krb5')
-rw-r--r-- | security/krb5/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/krb5/Makefile b/security/krb5/Makefile index 45521914fd07..69a11a40ea54 100644 --- a/security/krb5/Makefile +++ b/security/krb5/Makefile @@ -17,10 +17,6 @@ COMMENT= An authentication system developed at MIT, successor to Kerberos IV BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -.if ${OSVERSION} < 501000 -BROKEN= Does not build -.endif - CONFLICTS= krb4-[0-9]* heimdal-[0-9]* LATEST_LINK= ${PORTNAME} @@ -77,6 +73,10 @@ HTML_OUTDIRS= krb5-admin krb5-install .include <bsd.port.pre.mk> +.if ${OSVERSION} < 501000 +BROKEN= Does not build +.endif + post-extract: @${TAR} -C ${WRKDIR} -xzf ${WRKDIR}/${PORTNAME}-${PORTVERSION}.tar.gz @${RM} ${WRKDIR}/${PORTNAME}-${PORTVERSION}.tar.gz ${WRKDIR}/${PORTNAME}-${PORTVERSION}.tar.gz.asc |