summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emulators/open-vm-tools/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile
index e17eb585998d..842ecde6b2b4 100644
--- a/emulators/open-vm-tools/Makefile
+++ b/emulators/open-vm-tools/Makefile
@@ -55,6 +55,10 @@ USE_RC_SUBR= vmware-guestd.sh vmware-kmod.sh
.include <bsd.port.pre.mk>
+.if ${ARCH} == "sparc64"
+IGNORE= not yet ported to sparc64
+.endif
+
PLIST_SUB+= LIB32DIR=${LIB32DIR}
SUB_LIST+= LIB32DIR=${LIB32DIR}