Mark BROKEN on 9.x

This commit is contained in:
Erwin Lansing 2011-03-18 07:38:26 +00:00
parent fef18a43da
commit b9ab9c6fad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271228

View file

@ -55,4 +55,10 @@ do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/thefish ${PREFIX}/bin
@${INSTALL_MAN} ${WRKSRC}/thefish.1 ${PREFIX}/man/man1
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 900000
BROKEN= does not build
.endif
.include <bsd.port.post.mk>