1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Mark BROKEN on 8.0

This commit is contained in:
Erwin Lansing 2008-01-25 20:02:08 +00:00
parent ee2ccfecbf
commit 2f4b44d871
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206202

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>