aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/doscmd
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2009-05-20 15:40:43 +0800
committererwin <erwin@FreeBSD.org>2009-05-20 15:40:43 +0800
commita8beb0702e861e15c7d34000f4e1db4bc3e7f820 (patch)
tree88c704218453d083fd362751c85412dd384e7c5b /emulators/doscmd
parentcf48716d8b1ab3b5feabf0ce6ec408457461c27b (diff)
downloadfreebsd-ports-gnome-a8beb0702e861e15c7d34000f4e1db4bc3e7f820.tar.gz
freebsd-ports-gnome-a8beb0702e861e15c7d34000f4e1db4bc3e7f820.tar.zst
freebsd-ports-gnome-a8beb0702e861e15c7d34000f4e1db4bc3e7f820.zip
Mark BROKEN on 8.x: does not build.
Diffstat (limited to 'emulators/doscmd')
-rw-r--r--emulators/doscmd/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/emulators/doscmd/Makefile b/emulators/doscmd/Makefile
index 5ee214ed4bb3..27ff9c114c5a 100644
--- a/emulators/doscmd/Makefile
+++ b/emulators/doscmd/Makefile
@@ -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>