1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

BROKEN on >=6.0: Does not compile

This commit is contained in:
Kris Kennaway 2005-07-20 23:55:17 +00:00
parent ba6f6a747e
commit 29e827904b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139757

View File

@ -27,4 +27,8 @@ USE_GMAKE= yes
BROKEN= "Does not compile on !i386 and !amd64"
.endif
.if ${OSVERSION} >= 600031
BROKEN= "Does not compile on FreeBSD >= 6.0"
.endif
.include <bsd.port.post.mk>