diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2009-07-27 21:53:25 +0000 |
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-07-27 21:53:25 +0000 |
| commit | 383121b530bece80076cc30c90f123cb539f8aa9 (patch) | |
| tree | 27d64989198f39c11b6c0d96524eea1ca495bb54 /emulators | |
| parent | 26ca63bbf737e58ceaa7ba52a4acc1990f7599f9 (diff) | |
Notes
Diffstat (limited to 'emulators')
| -rw-r--r-- | emulators/open-vm-tools/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile index 1dd57cf301e3..33712041a9c9 100644 --- a/emulators/open-vm-tools/Makefile +++ b/emulators/open-vm-tools/Makefile @@ -74,6 +74,10 @@ USE_RC_SUBR= vmware-guestd.sh vmware-kmod.sh .include <bsd.port.pre.mk> +.if ${OSVERSION} < 700000 +BROKEN= does not compile on 6.X +.endif + .if ${ARCH} == "sparc64" IGNORE= not yet ported to sparc64 .endif |
