diff options
author | cy <cy@FreeBSD.org> | 2005-10-30 02:45:28 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2005-10-30 02:45:28 +0800 |
commit | b19d7878503883e53108dd407b6a32d032f36e14 (patch) | |
tree | 741165ab8f4a3020948a91a22f52e9660a3c5839 /security/krb5-17 | |
parent | 39d6094e96f0fd3568b4ea2af601dae625447fa9 (diff) | |
download | freebsd-ports-gnome-b19d7878503883e53108dd407b6a32d032f36e14.tar.gz freebsd-ports-gnome-b19d7878503883e53108dd407b6a32d032f36e14.tar.zst freebsd-ports-gnome-b19d7878503883e53108dd407b6a32d032f36e14.zip |
Relocate BROKEN conditional.
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 |