Mark BROKEN on 9.x: does not build.

This commit is contained in:
Erwin Lansing 2010-01-19 19:00:11 +00:00
parent 82eec6be7e
commit 67dc659a9f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248166

View File

@ -29,4 +29,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
MAN1= paintlib-config.1
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 900000
BROKEN= does not build
.endif
.include <bsd.port.post.mk>