aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice-3
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2006-05-31 10:44:04 +0800
committermaho <maho@FreeBSD.org>2006-05-31 10:44:04 +0800
commitebb486b0ea29d352ef22a0af0c623bc130ac5f9c (patch)
treef5db581c1a8e240ba30716f3015a6c87d0744a85 /editors/openoffice-3
parent902ae8efab1423ad5aecf92939a6aef6e11f9f12 (diff)
downloadfreebsd-ports-gnome-ebb486b0ea29d352ef22a0af0c623bc130ac5f9c.tar.gz
freebsd-ports-gnome-ebb486b0ea29d352ef22a0af0c623bc130ac5f9c.tar.zst
freebsd-ports-gnome-ebb486b0ea29d352ef22a0af0c623bc130ac5f9c.zip
The make command of the base system automatically sets $MACHINE
and $MACHINE_ARCH variables. Submitted by: Kaho Toshikazu <kaho at ed.niigata-u.ac.jp>
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r--editors/openoffice-3/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile
index 626323760b84..a66faf216632 100644
--- a/editors/openoffice-3/Makefile
+++ b/editors/openoffice-3/Makefile
@@ -47,13 +47,7 @@ WITHOUT_CPU_CFLAGS= true
ONLY_FOR_ARCHS= amd64 i386
-# XXX Cut & paste from bsd.port.mk.
-UNAME?= /usr/bin/uname
-.if !defined(ARCH)
-ARCH!= ${UNAME} -p
-.endif
-
-.if ${ARCH} == amd64
+.if ${MACHINE_ARCH} == amd64
BROKEN= "Work in progress"
.endif