- Mark BROKEN on respective platforms

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2008-03-16 10:32:43 +00:00
parent 7a90a036a7
commit ef3dec7c1a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209146

View file

@ -29,8 +29,12 @@ USE_PERL5_BUILD= yes
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if defined(PACKAGE_BUILDING) .if ${OSVERSION} < 600000
#IGNORE= requires fully qualified hostname BROKEN= Does not compile
.endif
.if ${ARCH} == "amd64" && ${OSVERSION} >= 700000
BROKEN= Does not compile
.endif .endif
.if defined(WITHOUT_SUBMIT_NODE) .if defined(WITHOUT_SUBMIT_NODE)