Mark BROKEN on HEAD: does not build

Feature safe:	yes
This commit is contained in:
Erwin Lansing 2011-01-28 16:47:22 +00:00
parent 16611dff1a
commit dbe94a355e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268336

View file

@ -31,4 +31,10 @@ do-install:
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
.endif
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 900000
BROKEN= does not build
.endif
.include <bsd.port.post.mk>