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