diff options
author | maho <maho@FreeBSD.org> | 2006-05-31 10:44:04 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2006-05-31 10:44:04 +0800 |
commit | ebb486b0ea29d352ef22a0af0c623bc130ac5f9c (patch) | |
tree | f5db581c1a8e240ba30716f3015a6c87d0744a85 /editors/openoffice-3 | |
parent | 902ae8efab1423ad5aecf92939a6aef6e11f9f12 (diff) | |
download | freebsd-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/Makefile | 8 |
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 |