diff options
author | wiz <wiz@pkgsrc.org> | 2002-12-24 06:09:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-12-24 06:09:44 +0000 |
commit | d8262452c14f86eb605960e66b2404950c6071f3 (patch) | |
tree | 8a7e4f003654ca20961f63344f21c9a974843e5e /textproc/gtkspell | |
parent | 6d6bf8d2bdaa65b6a89c69f468f1069f11f041b5 (diff) | |
download | pkgsrc-d8262452c14f86eb605960e66b2404950c6071f3.tar.gz |
Bump PKGREVISION because of dependency on latest freetype2 or glib2
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
Diffstat (limited to 'textproc/gtkspell')
-rw-r--r-- | textproc/gtkspell/Makefile | 3 | ||||
-rw-r--r-- | textproc/gtkspell/buildlink2.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/textproc/gtkspell/Makefile b/textproc/gtkspell/Makefile index 6c21ccccf92..21f5c7b3249 100644 --- a/textproc/gtkspell/Makefile +++ b/textproc/gtkspell/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2002/10/30 03:09:37 rh Exp $ +# $NetBSD: Makefile,v 1.3 2002/12/24 06:10:26 wiz Exp $ # DISTNAME= gtkspell-2.0.2 +PKGREVISION= 1 CATEGORIES= textproc devel MASTER_SITES= http://gtkspell.sourceforge.net/download/ diff --git a/textproc/gtkspell/buildlink2.mk b/textproc/gtkspell/buildlink2.mk index 510c2eacbaf..0b4f70da889 100644 --- a/textproc/gtkspell/buildlink2.mk +++ b/textproc/gtkspell/buildlink2.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink2.mk,v 1.1.1.1 2002/09/25 04:54:47 rh Exp $ +# $NetBSD: buildlink2.mk,v 1.2 2002/12/24 06:10:26 wiz 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.2 +BUILDLINK_DEPENDS.gtkspell?= gtkspell>=2.0.2nb1 BUILDLINK_PKGSRCDIR.gtkspell?= ../../textproc/gtkspell EVAL_PREFIX+= BUILDLINK_PREFIX.gtkspell=gtkspell |