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 /www/libgtkhtml | |
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 'www/libgtkhtml')
-rw-r--r-- | www/libgtkhtml/Makefile | 4 | ||||
-rw-r--r-- | www/libgtkhtml/buildlink2.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/libgtkhtml/Makefile b/www/libgtkhtml/Makefile index 50404114898..1bdc0a1d2cb 100644 --- a/www/libgtkhtml/Makefile +++ b/www/libgtkhtml/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2003/12/28 23:37:07 jmmv Exp $ +# $NetBSD: Makefile,v 1.14 2004/01/03 18:49:55 reed Exp $ # DISTNAME= libgtkhtml-2.4.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgtkhtml/2.4/} EXTRACT_SUFX= .tar.bz2 diff --git a/www/libgtkhtml/buildlink2.mk b/www/libgtkhtml/buildlink2.mk index 6b8e3f9f0f8..f9ae9276b76 100644 --- a/www/libgtkhtml/buildlink2.mk +++ b/www/libgtkhtml/buildlink2.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink2.mk,v 1.8 2003/12/14 19:52:26 jmmv Exp $ +# $NetBSD: buildlink2.mk,v 1.9 2004/01/03 18:49:55 reed 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.4.1 +BUILDLINK_DEPENDS.libgtkhtml?= libgtkhtml>=2.4.1nb2 BUILDLINK_PKGSRCDIR.libgtkhtml?= ../../www/libgtkhtml EVAL_PREFIX+= BUILDLINK_PREFIX.libgtkhtml=libgtkhtml |