diff options
author | fredb <fredb@pkgsrc.org> | 2002-03-13 17:36:35 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2002-03-13 17:36:35 +0000 |
commit | b48eba1112f54d5bd53419acb41234e880b1c4d8 (patch) | |
tree | dc32ede50f2b2eb416705689058f2df8cb72865f /www/gtkhtml | |
parent | b83587c254a875614110a4d3bcfeafebc7536d9a (diff) | |
download | pkgsrc-b48eba1112f54d5bd53419acb41234e880b1c4d8.tar.gz |
Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
Diffstat (limited to 'www/gtkhtml')
-rw-r--r-- | www/gtkhtml/Makefile | 3 | ||||
-rw-r--r-- | www/gtkhtml/buildlink.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/www/gtkhtml/Makefile b/www/gtkhtml/Makefile index 820375f2f5d..9411d10ec02 100644 --- a/www/gtkhtml/Makefile +++ b/www/gtkhtml/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2002/01/17 11:15:32 martti Exp $ +# $NetBSD: Makefile,v 1.18 2002/03/13 17:37:51 fredb Exp $ DISTNAME= gtkhtml-1.0.1 +PKGREVISION= 1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/gtkhtml/} EXTRACT_SUFX= .tar.bz2 diff --git a/www/gtkhtml/buildlink.mk b/www/gtkhtml/buildlink.mk index 131aa34783a..282d134f487 100644 --- a/www/gtkhtml/buildlink.mk +++ b/www/gtkhtml/buildlink.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink.mk,v 1.3 2002/01/17 11:15:32 martti Exp $ +# $NetBSD: buildlink.mk,v 1.4 2002/03/13 17:37:51 fredb Exp $ # # This Makefile fragment is included by packages that use gtkhtml. # @@ -17,7 +17,7 @@ GTKHTML_BUILDLINK_MK= # defined .include "../../mk/bsd.buildlink.mk" -BUILDLINK_DEPENDS.gtkhtml?= gtkhtml>=1.0.1 +BUILDLINK_DEPENDS.gtkhtml?= gtkhtml>=1.0.1nb1 DEPENDS+= ${BUILDLINK_DEPENDS.gtkhtml}:../../www/gtkhtml EVAL_PREFIX+= BUILDLINK_PREFIX.gtkhtml=gtkhtml |