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.org-vcltesttool | |
parent | 902ae8efab1423ad5aecf92939a6aef6e11f9f12 (diff) | |
download | freebsd-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/Makefile | 8 |
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 |