Change IGNORE to BROKEN in previous

This commit is contained in:
Kris Kennaway 2006-09-10 23:32:56 +00:00
parent cf27991ee3
commit df158b13cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172730

View file

@ -66,7 +66,7 @@ IGNORE=is not supported on FreeBSD < 6.0
.endif
.if ${OSVERSION} >= 700019
IGNORE= does not compile on FreeBSD >= 7.0
BROKEN= does not compile on FreeBSD >= 7.0
.endif
.include <bsd.port.post.mk>