diff options
author | erwin <erwin@FreeBSD.org> | 2008-01-26 04:02:08 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2008-01-26 04:02:08 +0800 |
commit | 36f70e4ab30315a2797f4878adbf207789f17242 (patch) | |
tree | 54b2445a5c516cc45cc7968a189c4526942eb054 /emulators | |
parent | 00a272b77f34d06b1b4443f9b7759b3b3d989305 (diff) | |
download | freebsd-ports-gnome-36f70e4ab30315a2797f4878adbf207789f17242.tar.gz freebsd-ports-gnome-36f70e4ab30315a2797f4878adbf207789f17242.tar.zst freebsd-ports-gnome-36f70e4ab30315a2797f4878adbf207789f17242.zip |
Mark BROKEN on 8.0
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 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> |