diff options
author | reed <reed@pkgsrc.org> | 2004-01-03 18:49:33 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-01-03 18:49:33 +0000 |
commit | 6d9af8d68d56c4569329a5d06d3a7e121c31268a (patch) | |
tree | 9081871bd8eb77c4940a5eca1b3c12d42386c628 /textproc/gtkspell | |
parent | 6b0b055137cc8d8b15c94ed4a025b6244da98f11 (diff) | |
download | pkgsrc-6d9af8d68d56c4569329a5d06d3a7e121c31268a.tar.gz |
Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
Diffstat (limited to 'textproc/gtkspell')
-rw-r--r-- | textproc/gtkspell/Makefile | 4 | ||||
-rw-r--r-- | textproc/gtkspell/buildlink2.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/gtkspell/Makefile b/textproc/gtkspell/Makefile index 7c2934e5470..415fdae7ef2 100644 --- a/textproc/gtkspell/Makefile +++ b/textproc/gtkspell/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2003/12/13 00:45:25 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2004/01/03 18:49:54 reed Exp $ # DISTNAME= gtkspell-2.0.2 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= textproc devel MASTER_SITES= http://gtkspell.sourceforge.net/download/ diff --git a/textproc/gtkspell/buildlink2.mk b/textproc/gtkspell/buildlink2.mk index 9464acd5c77..2765afa7b37 100644 --- a/textproc/gtkspell/buildlink2.mk +++ b/textproc/gtkspell/buildlink2.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink2.mk,v 1.6 2003/12/13 00:45:25 wiz Exp $ +# $NetBSD: buildlink2.mk,v 1.7 2004/01/03 18:49:54 reed Exp $ # # This Makefile fragment is included by packages that use gtkspell. # @@ -9,7 +9,7 @@ GTKSPELL_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= gtkspell -BUILDLINK_DEPENDS.gtkspell?= gtkspell>=2.0.2nb5 +BUILDLINK_DEPENDS.gtkspell?= gtkspell>=2.0.2nb6 BUILDLINK_PKGSRCDIR.gtkspell?= ../../textproc/gtkspell EVAL_PREFIX+= BUILDLINK_PREFIX.gtkspell=gtkspell |