aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2008-01-25 20:02:08 +0000
committerErwin Lansing <erwin@FreeBSD.org>2008-01-25 20:02:08 +0000
commit2f4b44d871e200641c7d008ea2884b8cd36f5b8e (patch)
tree139fbdbb7de161e20a9b79436bf9155e0efa15ac /emulators
parentee2ccfecbf85ddc3316ff94701c87c41350c1f6d (diff)
downloadports-2f4b44d871e200641c7d008ea2884b8cd36f5b8e.tar.gz
ports-2f4b44d871e200641c7d008ea2884b8cd36f5b8e.zip
Notes
Diffstat (limited to 'emulators')
-rw-r--r--emulators/doscmd/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/emulators/doscmd/Makefile b/emulators/doscmd/Makefile
index 80480ba61464..a7f2700670a6 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>