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-1.0 | |
parent | cf57a050ae8f8253803ca97992998db27e555f91 (diff) | |
download | freebsd-ports-gnome-7df0d72dd399a7f9a8c294771306fda7fe1bcf5f.tar.gz freebsd-ports-gnome-7df0d72dd399a7f9a8c294771306fda7fe1bcf5f.tar.zst freebsd-ports-gnome-7df0d72dd399a7f9a8c294771306fda7fe1bcf5f.zip |
Only buildable/working on i386
Diffstat (limited to 'editors/openoffice.org-1.0')
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index f0dc0e320122..c93721104376 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-1.0/Makefile @@ -40,6 +40,8 @@ JAVA_BUILD= jdk NO_LATEST_LINK= yes WITHOUT_CPU_CFLAGS= true +ONLY_FOR_ARCHS= i386 + .include <bsd.port.pre.mk> .include <${FILESDIR}/Makefile.localized> @@ -248,7 +250,7 @@ sdk: @cd ${WRKSRC} ; ${TCSH} -c 'source FreeBSDEnv.Set ; cd odk/source/bean/com/sun/star/beans ; dmake ; deliver.pl' @cd ${WRKSRC} ; ${TCSH} -c 'source FreeBSDEnv.Set ; cd netbeans_integration ; build.pl ; deliver.pl' @cd ${WRKSRC} ; ${TCSH} -c 'source FreeBSDEnv.Set ; cd odk/source/OOSupport ; dmake ; deliver.pl' - @${MKDIR} -p ${WRKSRC}/odk/unxfbsd.pro/bin/OpenOffice.org1.0.2SDK/freebsd/lib + @${MKDIR} ${WRKSRC}/odk/unxfbsd.pro/bin/OpenOffice.org1.0.2SDK/freebsd/lib @${TOUCH} ${WRKSRC}/odk/unxfbsd.pro/misc/deltree.txt @cd ${WRKSRC} ; ${TCSH} -c 'source FreeBSDEnv.Set ; cd odk/pack/copying ; dmake ; deliver.pl' @cd ${WRKSRC} ; ${TCSH} -c 'source FreeBSDEnv.Set ; cd odk/util ; dmake ; deliver.pl' |