Mark BROKEN on 8.0: does not compile

This commit is contained in:
Erwin Lansing 2008-01-29 19:58:45 +00:00
parent f79e5483b2
commit 08fa496402
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206398

View file

@ -65,4 +65,10 @@ do-install:
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800000
BROKEN= does not compile
.endif
.include <bsd.port.post.mk>