summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2012-01-09 17:31:56 +0000
committerdrochner <drochner@pkgsrc.org>2012-01-09 17:31:56 +0000
commitcfb9f379be81f59115b6afe28f77c37f7738e252 (patch)
tree85ffc98f6637895a5a3f2edda9dc3d141256ec3d /editors
parentc928963d660e10260175dccbc1c54ca10a017157 (diff)
downloadpkgsrc-cfb9f379be81f59115b6afe28f77c37f7738e252.tar.gz
clean up outdated dependencies, bump PKGREV
Diffstat (limited to 'editors')
-rw-r--r--editors/abiword/Makefile5
-rw-r--r--editors/abiword/Makefile.common8
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"