diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-05-20 07:40:43 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-05-20 07:40:43 +0000 |
commit | 9304202797fa65036006707e62b773b5d41dc49c (patch) | |
tree | 10beaf7074bf9906fee3ff15492b20e5540d363b /emulators | |
parent | ae4be6b2590c86b4257a54bf7f7a8b93b7dff1f8 (diff) | |
download | ports-9304202797fa65036006707e62b773b5d41dc49c.tar.gz ports-9304202797fa65036006707e62b773b5d41dc49c.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/doscmd/Makefile | 8 |
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> |