diff options
author | maho <maho@FreeBSD.org> | 2006-06-05 10:50:41 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2006-06-05 10:50:41 +0800 |
commit | 8fff72e1da069e9c2171202c4aa4417bbc289304 (patch) | |
tree | 2405baf39d8c8129f2b747a2caf7c2b14b7e7b33 /editors/openoffice-3 | |
parent | 7773d2f9ee9dc0f04b9fe62125e45522c6e3ab53 (diff) | |
download | freebsd-ports-gnome-8fff72e1da069e9c2171202c4aa4417bbc289304.tar.gz freebsd-ports-gnome-8fff72e1da069e9c2171202c4aa4417bbc289304.tar.zst freebsd-ports-gnome-8fff72e1da069e9c2171202c4aa4417bbc289304.zip |
Get rid of MACIHNE_ARCH
o JAVA_VENDOR= freebsd bsdjava for amd64 implies bsdjava.
freebsd is ignored
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r-- | editors/openoffice-3/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile index d96858a4c177..a272745ff47e 100644 --- a/editors/openoffice-3/Makefile +++ b/editors/openoffice-3/Makefile @@ -49,12 +49,8 @@ WITHOUT_CPU_CFLAGS= true USE_JAVA= yes JAVA_VERSION= 1.4+ JAVA_BUILD= jdk -.if ${MACHINE_ARCH} == amd64 # cannot use ARCH -JAVA_VENDOR= bsdjava -.else JAVA_VENDOR= freebsd bsdjava .endif -.endif .include <bsd.port.pre.mk> .include <${FILESDIR}/Makefile.localized> |