diff options
author | hira <hira@pkgsrc.org> | 2008-10-15 09:10:04 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2008-10-15 09:10:04 +0000 |
commit | 0f8da1e766c87550e7a7dcaaa6fc822164f577b7 (patch) | |
tree | 4ec62e3bc755a5dbbd3475d6c84e6ac10475be31 /misc | |
parent | f69da1da5c78c62f95da930999f8361fe7f83a36 (diff) | |
download | pkgsrc-0f8da1e766c87550e7a7dcaaa6fc822164f577b7.tar.gz |
Disable extensions because these don't work now.
No PKGREVISION bump because these were not installed.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/openoffice3/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/misc/openoffice3/Makefile b/misc/openoffice3/Makefile index af9d1908e1e..9639e981aba 100644 --- a/misc/openoffice3/Makefile +++ b/misc/openoffice3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/10/14 11:02:24 hira Exp $ +# $NetBSD: Makefile,v 1.2 2008/10/15 09:10:04 hira Exp $ # OO_VER= 3.0.0 @@ -13,7 +13,7 @@ DISTFILES= OOo_${OO_VER}_src_core.tar.bz2 DISTFILES+= OOo_${OO_VER}_src_binfilter.tar.bz2 DISTFILES+= OOo_${OO_VER}_src_l10n.tar.bz2 DISTFILES+= OOo_${OO_VER}_src_system.tar.bz2 -DISTFILES+= OOo_${OO_VER}_src_extensions.tar.bz2 +#DISTFILES+= OOo_${OO_VER}_src_extensions.tar.bz2 MAINTAINER= hira@NetBSD.org HOMEPAGE= http://www.openoffice.org/ @@ -101,13 +101,13 @@ CONFIGURE_ARGS+= --with-system-python CONFIGURE_ARGS+= --with-system-zlib CONFIGURE_ARGS+= --with-dynamic-xinerama -# Enable extensions -CONFIGURE_ARGS+= --enable-minimizer -CONFIGURE_ARGS+= --enable-presenter-console -CONFIGURE_ARGS+= --enable-pdfimport -CONFIGURE_ARGS+= --enable-wiki-publisher -CONFIGURE_ARGS+= --enable-ogltrans -CONFIGURE_ARGS+= --enable-report-builder +# Extensions +#CONFIGURE_ARGS+= --enable-minimizer +#CONFIGURE_ARGS+= --enable-presenter-console +#CONFIGURE_ARGS+= --enable-pdfimport +#CONFIGURE_ARGS+= --enable-wiki-publisher +#CONFIGURE_ARGS+= --enable-ogltrans +#CONFIGURE_ARGS+= --enable-report-builder # `portable' supports all platforms. CONFIGURE_ARGS+= --enable-epm --with-package-format=portable |