diff options
Diffstat (limited to 'security/krb5-17')
-rw-r--r-- | security/krb5-17/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/krb5-17/Makefile b/security/krb5-17/Makefile index 45521914fd07..69a11a40ea54 100644 --- a/security/krb5-17/Makefile +++ b/security/krb5-17/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 |