diff options
author | erwin <erwin@FreeBSD.org> | 2009-05-20 15:40:43 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2009-05-20 15:40:43 +0800 |
commit | a8beb0702e861e15c7d34000f4e1db4bc3e7f820 (patch) | |
tree | 88c704218453d083fd362751c85412dd384e7c5b /emulators/doscmd | |
parent | cf48716d8b1ab3b5feabf0ce6ec408457461c27b (diff) | |
download | freebsd-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/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> |