Mark BROKEN on 8.x: does not build.

This commit is contained in:
Erwin Lansing 2009-05-20 07:40:43 +00:00
parent ae4be6b259
commit 9304202797
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234254

View File

@ -27,4 +27,10 @@ MAKE_ARGS+= MANDIR="${PREFIX}/man/man"
MAN1= doscmd.1
MANCOMPRESSED= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800000
BROKEN= does not build
.endif
.include <bsd.port.post.mk>