1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

BROKEN on 4.x and on sparc64: Does not compile

This commit is contained in:
Kris Kennaway 2005-07-21 00:17:02 +00:00
parent 0c32c09958
commit ef576fa53b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139769

View File

@ -30,4 +30,14 @@ PLIST_FILES= \
bin/icotool \
bin/wrestool
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= "Does not compile on sparc64"
.endif
.if ${OSVERSION} < 500000
BROKEN= "Does not compile on FreeBSD 4.x"
.endif
.include <bsd.port.post.mk>