diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-06-05 02:50:41 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-06-05 02:50:41 +0000 |
commit | 5fedb5fa757c29214b818f3cb248ce2b2ed47b9b (patch) | |
tree | 5c2653f40fd61b5ddf69dd125a9776ddd970b683 /editors/openoffice.org-3/Makefile | |
parent | ccaeb9f055183fba18ff48ef7ceb70e856ec8ac0 (diff) |
Notes
Diffstat (limited to 'editors/openoffice.org-3/Makefile')
-rw-r--r-- | editors/openoffice.org-3/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/editors/openoffice.org-3/Makefile b/editors/openoffice.org-3/Makefile index d96858a4c177..a272745ff47e 100644 --- a/editors/openoffice.org-3/Makefile +++ b/editors/openoffice.org-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> |