BROKEN on !i386 and FreeBSD >= 5.x: Does not compile

Approved by:    portmgr (self)
This commit is contained in:
Kris Kennaway 2005-03-26 21:19:46 +00:00
parent 940e6072fc
commit a68a70c333
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132007
2 changed files with 4 additions and 12 deletions

View file

@ -30,12 +30,8 @@ ALL_TARGET=
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
BROKEN= "Does not compile on alpha 4.x"
.endif
.if ${ARCH} == "sparc64"
BROKEN= "Does not compile on sparc64"
.if ${OSVERSION} >= 500000 || ${ARCH} != "i386"
BROKEN= "Does not compile on !i386 or on FreeBSD >= 5.x"
.endif
do-install:

View file

@ -30,12 +30,8 @@ ALL_TARGET=
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
BROKEN= "Does not compile on alpha 4.x"
.endif
.if ${ARCH} == "sparc64"
BROKEN= "Does not compile on sparc64"
.if ${OSVERSION} >= 500000 || ${ARCH} != "i386"
BROKEN= "Does not compile on !i386 or on FreeBSD >= 5.x"
.endif
do-install: