diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2008-01-25 20:02:08 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2008-01-25 20:02:08 +0000 |
commit | 2f4b44d871e200641c7d008ea2884b8cd36f5b8e (patch) | |
tree | 139fbdbb7de161e20a9b79436bf9155e0efa15ac /emulators | |
parent | - Fix plist wehn ldap support enabeld is (diff) |
Mark BROKEN on 8.0
Notes
Notes:
svn path=/head/; revision=206202
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> |