Mark BROKEN on 8.0

This commit is contained in:
Erwin Lansing 2008-01-03 19:25:15 +00:00
parent 8e58ca83ab
commit 3e5ff38dd8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204941

View File

@ -33,5 +33,8 @@ post-install:
BROKEN= Does not configure
.endif
.endif
.if ${OSVERSION} >= 800000
BROKEN= Does not build
.endif
.include <bsd.port.post.mk>