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 /www/libgtkhtml | |
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 'www/libgtkhtml')
-rw-r--r-- | www/libgtkhtml/Makefile | 3 | ||||
-rw-r--r-- | www/libgtkhtml/buildlink2.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/www/libgtkhtml/Makefile b/www/libgtkhtml/Makefile index 16c37015162..18c22e91e30 100644 --- a/www/libgtkhtml/Makefile +++ b/www/libgtkhtml/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2002/10/19 10:54:59 rh Exp $ +# $NetBSD: Makefile,v 1.3 2002/12/24 06:10:28 wiz Exp $ # DISTNAME= libgtkhtml-2.0.2 +PKGREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgtkhtml/2.0/} EXTRACT_SUFX= .tar.bz2 diff --git a/www/libgtkhtml/buildlink2.mk b/www/libgtkhtml/buildlink2.mk index 6aa22df6316..b9e8de91643 100644 --- a/www/libgtkhtml/buildlink2.mk +++ b/www/libgtkhtml/buildlink2.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink2.mk,v 1.1.1.1 2002/09/21 01:26:09 rh Exp $ +# $NetBSD: buildlink2.mk,v 1.2 2002/12/24 06:10:28 wiz Exp $ # # This Makefile fragment is included by packages that use libgtkhtml. # @@ -9,7 +9,7 @@ LIBGTKHTML_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= libgtkhtml -BUILDLINK_DEPENDS.libgtkhtml?= libgtkhtml>=2.0.2 +BUILDLINK_DEPENDS.libgtkhtml?= libgtkhtml>=2.0.2nb1 BUILDLINK_PKGSRCDIR.libgtkhtml?= ../../www/libgtkhtml EVAL_PREFIX+= BUILDLINK_PREFIX.libgtkhtml=libgtkhtml |