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-1.1/Makefile | |
parent | f712047e689d806ebd29104d4635fb3429d0c67d (diff) |
Notes
Diffstat (limited to 'editors/openoffice.org-1.1/Makefile')
-rw-r--r-- | editors/openoffice.org-1.1/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/openoffice.org-1.1/Makefile b/editors/openoffice.org-1.1/Makefile index 568ea5edb4ee..dfdce9e8574e 100644 --- a/editors/openoffice.org-1.1/Makefile +++ b/editors/openoffice.org-1.1/Makefile @@ -22,8 +22,7 @@ MASTER_SITES+= ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/openoffice/contrib/rc/1. ftp://ftp.kddlabs.co.jp/office/openoffice/contrib/helpcontent/:help \ ftp://sunsite.cnlab-switch.ch/mirror/OpenOffice/contrib/helpcontent/:help \ http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/helpcontent/:help \ - ftp://ftp.linux.cz/pub/localization/OpenOffice.org/devel/build/Files/:help2 - + ftp://ftp.linux.cz/pub/localization/OpenOffice.org/devel/build/Files/:help2 DISTFILES+= OOo_${RELEASE_NR}rc2_src.tar.gz gpc231.tar.Z:gpc EXTRACT_ONLY= OOo_${RELEASE_NR}rc2_src.tar.gz @@ -45,6 +44,8 @@ USE_GMAKE= yes USE_REINPLACE= yes WITHOUT_CPU_CFLAGS= true +ONLY_FOR_ARCHS= i386 + .if !defined(WITHOUT_JAVA) USE_JAVA= yes JAVA_VERSION= 1.4 |