diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-09-02 03:19:47 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-09-02 03:19:47 +0000 |
commit | 96e3a4e6aeae71a12755ea6c71c53c7815ff994a (patch) | |
tree | 5678bffdca9ebdb8326c33ae94d160627934aa9f /editors/openoffice.org-2-RC | |
parent | f712047e689d806ebd29104d4635fb3429d0c67d (diff) | |
download | ports-96e3a4e6aeae71a12755ea6c71c53c7815ff994a.tar.gz ports-96e3a4e6aeae71a12755ea6c71c53c7815ff994a.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-2-RC')
-rw-r--r-- | editors/openoffice.org-2-RC/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/openoffice.org-2-RC/Makefile b/editors/openoffice.org-2-RC/Makefile index 204bdf4b4e52..812ecb0ca548 100644 --- a/editors/openoffice.org-2-RC/Makefile +++ b/editors/openoffice.org-2-RC/Makefile @@ -35,6 +35,8 @@ USE_PERL5= yes USE_REINPLACE= yes WITHOUT_CPU_CFLAGS= true +ONLY_FOR_ARCHS= i386 + .if !defined(WITHOUT_JAVA) && !defined(WITH_GNUGCJ) USE_JAVA= yes JAVA_VERSION= 1.4 |