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 | 91aa432d21a2f20eb5483a1219a910033155c35c (patch) | |
tree | 9081871bd8eb77c4940a5eca1b3c12d42386c628 /www/gtkhtml | |
parent | c253fd702d685399ef9d2151afe6fa2718685c4c (diff) | |
download | pkgsrc-91aa432d21a2f20eb5483a1219a910033155c35c.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/gtkhtml')
-rw-r--r-- | www/gtkhtml/Makefile | 4 | ||||
-rw-r--r-- | www/gtkhtml/buildlink2.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/gtkhtml/Makefile b/www/gtkhtml/Makefile index fbc58fcd689..4c61df47a73 100644 --- a/www/gtkhtml/Makefile +++ b/www/gtkhtml/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2003/11/12 01:31:52 salo Exp $ +# $NetBSD: Makefile,v 1.35 2004/01/03 18:49:55 reed Exp $ DISTNAME= gtkhtml-1.1.10 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtkhtml/1.1/} EXTRACT_SUFX= .tar.bz2 diff --git a/www/gtkhtml/buildlink2.mk b/www/gtkhtml/buildlink2.mk index a332800a283..8ec28929075 100644 --- a/www/gtkhtml/buildlink2.mk +++ b/www/gtkhtml/buildlink2.mk @@ -1,10 +1,10 @@ -# $NetBSD: buildlink2.mk,v 1.8 2003/11/12 01:31:52 salo Exp $ +# $NetBSD: buildlink2.mk,v 1.9 2004/01/03 18:49:55 reed Exp $ .if !defined(GTKHTML_BUILDLINK2_MK) GTKHTML_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= gtkhtml -BUILDLINK_DEPENDS.gtkhtml?= gtkhtml>=1.1.10nb1 +BUILDLINK_DEPENDS.gtkhtml?= gtkhtml>=1.1.10nb2 BUILDLINK_PKGSRCDIR.gtkhtml?= ../../www/gtkhtml EVAL_PREFIX+= BUILDLINK_PREFIX.gtkhtml=gtkhtml |