summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2010-01-02 14:51:50 +0000
committerErwin Lansing <erwin@FreeBSD.org>2010-01-02 14:51:50 +0000
commit871b5917e12d03fdf9865ebab8c641bfe62cbae2 (patch)
tree37b00f2ee5c4bae71adb0df61edc2234ea49e214
parentMark IGNORE on 9.x: unsupported FreeBSD version (diff)
Mark BROKEN on 9.x: does not build.
Notes
Notes: svn path=/head/; revision=246998
-rw-r--r--emulators/open-vm-tools/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile
index 8a974a2fface..3e619f14a942 100644
--- a/emulators/open-vm-tools/Makefile
+++ b/emulators/open-vm-tools/Makefile
@@ -77,6 +77,8 @@ USE_RC_SUBR= vmware-guestd.sh vmware-kmod.sh
.if ${OSVERSION} < 700000
BROKEN= does not compile on 6.X
+.elif ${OSVERSION} >= 900000
+BROKEN= does not build
.endif
.if ${ARCH} == "sparc64"