Mark BROKEN on HEAD: does not build.

This commit is contained in:
Erwin Lansing 2010-09-27 09:12:55 +00:00
parent 8c01bc4106
commit 1a8ef37b1d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=261935

View File

@ -70,4 +70,10 @@ do-install:
.endfor
.endif
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 900000
BROKEN= does not build
.endif
.include <bsd.port.post.mk>