diff options
author | drochner <drochner> | 2012-01-09 17:31:56 +0000 |
---|---|---|
committer | drochner <drochner> | 2012-01-09 17:31:56 +0000 |
commit | edd462e9d5386fb077b58a716963bb7fa405f289 (patch) | |
tree | 85ffc98f6637895a5a3f2edda9dc3d141256ec3d /editors/abiword | |
parent | 5cbbdfa0788535f174696b1fed56a0fe59bcd88d (diff) | |
download | pkgsrc-edd462e9d5386fb077b58a716963bb7fa405f289.tar.gz |
clean up outdated dependencies, bump PKGREV
Diffstat (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/Makefile | 5 | ||||
-rw-r--r-- | editors/abiword/Makefile.common | 8 |
2 files changed, 6 insertions, 7 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 diff --git a/editors/abiword/Makefile.common b/editors/abiword/Makefile.common index b155f115d9f..846662e90da 100644 --- a/editors/abiword/Makefile.common +++ b/editors/abiword/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.41 2010/12/23 11:44:28 dsainty Exp $ +# $NetBSD: Makefile.common,v 1.42 2012/01/09 17:31:56 drochner Exp $ # # used by editors/abiword-plugins/Makefile @@ -28,14 +28,12 @@ PATCHDIR= ${.CURDIR}/../../editors/abiword/patches .include "../../converters/fribidi/buildlink3.mk" .include "../../converters/libiconv/buildlink3.mk" .include "../../converters/wv/buildlink3.mk" -.include "../../devel/libgnomeui/buildlink3.mk" -.include "../../devel/libgsf-gnome/buildlink3.mk" +.include "../../devel/libgsf/buildlink3.mk" .include "../../devel/popt/buildlink3.mk" .include "../../devel/readline/buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" .include "../../graphics/librsvg/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" -.include "../../print/libgnomeprintui/buildlink3.mk" -.include "../../sysutils/gnome-vfs/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" |