diff options
author | wiz <wiz@pkgsrc.org> | 2005-02-19 22:47:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-02-19 22:47:09 +0000 |
commit | be043b097ee5f208eb0ebee457ff75ee7edcad67 (patch) | |
tree | 9ebef5c085096df400328f0f5479d883eb445875 /www | |
parent | 5776ae232c10246bfb85b0a96b6b61b4c215c6e5 (diff) | |
download | pkgsrc-be043b097ee5f208eb0ebee457ff75ee7edcad67.tar.gz |
Bump PKGREVISION because of libsoup change (removing gnutls support).
Diffstat (limited to 'www')
-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 a0c4c03f2b5..d69342cc724 100644 --- a/www/gtkhtml30/Makefile +++ b/www/gtkhtml30/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2004/10/14 04:00:31 grant Exp $ +# $NetBSD: Makefile,v 1.4 2005/02/19 22:47:09 wiz Exp $ # DISTNAME= gtkhtml-3.0.10 PKGNAME= ${DISTNAME:S/gtkhtml/gtkhtml30/} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtkhtml/3.0/} EXTRACT_SUFX= .tar.bz2 |