aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice.org-vcltesttool
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.org-vcltesttool
parent902ae8efab1423ad5aecf92939a6aef6e11f9f12 (diff)
downloadfreebsd-ports-graphics-ebb486b0ea29d352ef22a0af0c623bc130ac5f9c.tar.gz
freebsd-ports-graphics-ebb486b0ea29d352ef22a0af0c623bc130ac5f9c.tar.zst
freebsd-ports-graphics-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.org-vcltesttool')
-rw-r--r--editors/openoffice.org-vcltesttool/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/editors/openoffice.org-vcltesttool/Makefile b/editors/openoffice.org-vcltesttool/Makefile
index 1ae5f7ed7a2..c52bb0d454c 100644
--- a/editors/openoffice.org-vcltesttool/Makefile
+++ b/editors/openoffice.org-vcltesttool/Makefile
@@ -49,13 +49,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