Mark BROKEN on 9.x: does not build

This commit is contained in:
Erwin Lansing 2009-12-16 12:47:58 +00:00
parent afee3f06b1
commit d3996b836f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245984

View File

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