Mark BROKEN on 8.x: does not build.

This commit is contained in:
Erwin Lansing 2009-05-24 16:41:36 +00:00
parent 34fb008729
commit dbb2491599
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234492

View File

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