diff options
author | jmmv <jmmv@pkgsrc.org> | 2006-09-16 12:20:32 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2006-09-16 12:20:32 +0000 |
commit | f190ea92a4f7a583932f9bd54bdb12bf3533ec62 (patch) | |
tree | 9f2e5140c40cb30e2c5aa3acc8f0e8c42fe296c3 /editors/abiword-plugins | |
parent | 325ba27dc46f0bbaa5d6b5d7c519b19d9087e691 (diff) | |
download | pkgsrc-f190ea92a4f7a583932f9bd54bdb12bf3533ec62.tar.gz |
Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.
This fixes problems when some installed packages are outdated.
Per wiz@'s request.
Grrr, I really hate this kind of change.
Diffstat (limited to 'editors/abiword-plugins')
-rw-r--r-- | editors/abiword-plugins/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile index 4ed94aae537..dc601975f8a 100644 --- a/editors/abiword-plugins/Makefile +++ b/editors/abiword-plugins/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.19 2006/07/10 21:40:49 adam Exp $ +# $NetBSD: Makefile,v 1.20 2006/09/16 12:20:36 jmmv Exp $ .include "../../editors/abiword/Makefile.common" PKGNAME= abiword-plugins-${ABIWORD_VERSION} +PKGREVISION= 1 COMMENT= Plugins enhancing Abiword's capabilities WRKSRC= ${WRKDIR}/${DISTNAME}/abiword-plugins |