diff options
author | wiz <wiz@pkgsrc.org> | 2006-03-06 00:18:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-03-06 00:18:10 +0000 |
commit | 35af66a19685ab0ea5877b2735427472a14fc78b (patch) | |
tree | b885fee271c914c9d75852dea6c10abb31e5c983 /www/gtkhtml30/Makefile | |
parent | 10fd63ae264ef9112f377fb151b5ec0c9e90f932 (diff) | |
download | pkgsrc-35af66a19685ab0ea5877b2735427472a14fc78b.tar.gz |
Belatedly bump PKGREVISION for all libtasn1 dependencies, since
libtasn1 had a shlib major bump.
Also update dependencies in bl3.mk files.
Addresses PR 32998 by Robert Elz.
Diffstat (limited to 'www/gtkhtml30/Makefile')
-rw-r--r-- | www/gtkhtml30/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/gtkhtml30/Makefile b/www/gtkhtml30/Makefile index f777cc8cc45..493476fa932 100644 --- a/www/gtkhtml30/Makefile +++ b/www/gtkhtml30/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2006/03/04 21:30:58 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2006/03/06 00:18:13 wiz Exp $ # DISTNAME= gtkhtml-3.0.10 PKGNAME= ${DISTNAME:S/gtkhtml/gtkhtml30/} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtkhtml/3.0/} EXTRACT_SUFX= .tar.bz2 |