diff options
Diffstat (limited to 'editors/abiword/Makefile')
-rw-r--r-- | editors/abiword/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 8f2c751b8d8..fbe5c5d3dbc 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.130 2011/11/01 06:01:05 sbd Exp $ +# $NetBSD: Makefile,v 1.131 2012/01/09 17:31:56 drochner Exp $ PKG_DESTDIR_SUPPORT= user-destdir .include "Makefile.common" -PKGREVISION= 4 +PKGREVISION= 5 COMMENT= Open Source cross-platform word processor @@ -13,6 +13,7 @@ CONFLICTS= abiword-personal-[0-9]* abiword2-[0-9]* USE_TOOLS+= perl CONFIGURE_ARGS+= --disable-builtin-plugins CONFIGURE_ARGS+= --enable-plugins="" +CONFIGURE_ARGS+= --without-gnomevfs REPLACE_SH+= ${WRKDIR}/${DISTNAME}/abiword-docs/make-html.sh REPLACE_PERL+= user/wp/scripts/abw2html.pl |