diff options
author | maho <maho@FreeBSD.org> | 2005-09-02 11:19:47 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-09-02 11:19:47 +0800 |
commit | 7df0d72dd399a7f9a8c294771306fda7fe1bcf5f (patch) | |
tree | 73553b10ef3e0344a924d8275f6be4587ffbb8a4 /editors/openoffice.org-2-RC | |
parent | cf57a050ae8f8253803ca97992998db27e555f91 (diff) | |
download | freebsd-ports-graphics-7df0d72dd399a7f9a8c294771306fda7fe1bcf5f.tar.gz freebsd-ports-graphics-7df0d72dd399a7f9a8c294771306fda7fe1bcf5f.tar.zst freebsd-ports-graphics-7df0d72dd399a7f9a8c294771306fda7fe1bcf5f.zip |
Only buildable/working on i386
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 204bdf4b4e5..812ecb0ca54 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 |