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.0/Makefile | |
parent | f712047e689d806ebd29104d4635fb3429d0c67d (diff) |
Only buildable/working on i386
Notes
Notes:
svn path=/head/; revision=141754
Diffstat (limited to 'editors/openoffice.org-1.0/Makefile')
-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' |