aboutsummaryrefslogtreecommitdiff
path: root/emulators/open-vm-tools/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2009-02-03 05:46:00 +0000
committerMark Linimon <linimon@FreeBSD.org>2009-02-03 05:46:00 +0000
commit20f4e7537a633257aa19c9fb41cd7511f0a813ad (patch)
treeedd1a98d4b7431bec5c6a76cb3de9441c58b9015 /emulators/open-vm-tools/Makefile
parentc7ff4283845dcb67344e574833ec600374b077d7 (diff)
downloadports-20f4e7537a633257aa19c9fb41cd7511f0a813ad.tar.gz
ports-20f4e7537a633257aa19c9fb41cd7511f0a813ad.zip
Fails to install on sparc64 with "configure: error: Unknown architecture."
Notes
Notes: svn path=/head/; revision=227500
Diffstat (limited to 'emulators/open-vm-tools/Makefile')
-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}