Mark BROKEN on 8.x: does not build.

This commit is contained in:
Erwin Lansing 2009-05-27 16:32:16 +00:00
parent f283803de6
commit 4c2aca48e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234664

View file

@ -22,4 +22,10 @@ MAKE_ENV+= MANDIR=${PREFIX}/man/man
do-patch:
@${REINPLACE_CMD} 's/-Werror//' ${WRKSRC}/Makefile
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800064
BROKEN= does not build
.endif
.include <bsd.port.post.mk>