BROKEN on 7.0: Does not compile

This commit is contained in:
Kris Kennaway 2006-02-12 22:35:23 +00:00
parent 98bbc62be4
commit e15279745e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155877

View file

@ -55,6 +55,10 @@ NOT_FOR_ARCHS+= alpha
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700000
BROKEN= Does not compile on FreeBSD >= 7.0
.endif
.if ${ARCH} == "sparc64"
BROKEN= "Does not build on sparc64"
.endif