diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-09-17 11:11:15 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-09-17 11:11:15 +0000 |
commit | 315b8a729af4049208bd47e47c8bd1a6b5ecab35 (patch) | |
tree | bc3290ca00c2bca2e290ea7dc7bb78bc90f1d0cd /editors/openoffice.org-3/Makefile | |
parent | ee161f694a9cad7cda35b937c15337e0d004ae58 (diff) |
Notes
Diffstat (limited to 'editors/openoffice.org-3/Makefile')
-rw-r--r-- | editors/openoffice.org-3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-3/Makefile b/editors/openoffice.org-3/Makefile index 491af04f7ec4..680d85eec9cd 100644 --- a/editors/openoffice.org-3/Makefile +++ b/editors/openoffice.org-3/Makefile @@ -59,7 +59,7 @@ JAVA_VENDOR= freebsd bsdjava .include <bsd.port.pre.mk> .include <${FILESDIR}/Makefile.localized> -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 .if ${ARCH} == amd64 GCC_TARGET= x86_64-portbld-freebsd${OSREL} |