diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2010-04-18 18:58:20 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2010-04-18 18:58:20 +0000 |
commit | 39db6303dbc0bcec0c02ff537161d10608892611 (patch) | |
tree | c91161debad9718668b255ddeaef2a9eec74ac07 /emulators/open-vm-tools | |
parent | 03baddf58d386944c1b83209cc1868ae5a9b2015 (diff) | |
download | ports-39db6303dbc0bcec0c02ff537161d10608892611.tar.gz ports-39db6303dbc0bcec0c02ff537161d10608892611.zip |
Mark BROKEN on 9.x: does not build
Notes
Notes:
svn path=/head/; revision=252878
Diffstat (limited to 'emulators/open-vm-tools')
-rw-r--r-- | emulators/open-vm-tools/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile index c43c4b3f94d4..3d1edbc50d5d 100644 --- a/emulators/open-vm-tools/Makefile +++ b/emulators/open-vm-tools/Makefile @@ -78,6 +78,8 @@ USE_RC_SUBR= vmware-guestd.sh vmware-kmod.sh .if ${OSVERSION} < 700000 BROKEN= does not compile on 6.X +.elif ${OSVERSION} >= 900007 +BROKEN= does not compile .endif .if ${ARCH} == "sparc64" |