diff options
author | fredb <fredb> | 2002-03-13 17:36:35 +0000 |
---|---|---|
committer | fredb <fredb> | 2002-03-13 17:36:35 +0000 |
commit | 3e16215ca52f8cd61aaaa501d4314bc6004ed4db (patch) | |
tree | dc32ede50f2b2eb416705689058f2df8cb72865f /x11/gnome-users-guide/Makefile | |
parent | 298540b97aa5e64368ae09c15957bbfe41b2b96a (diff) | |
download | pkgsrc-3e16215ca52f8cd61aaaa501d4314bc6004ed4db.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 'x11/gnome-users-guide/Makefile')
-rw-r--r-- | x11/gnome-users-guide/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/gnome-users-guide/Makefile b/x11/gnome-users-guide/Makefile index 65528f92dd0..21739845f83 100644 --- a/x11/gnome-users-guide/Makefile +++ b/x11/gnome-users-guide/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2001/02/17 17:06:25 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2002/03/13 17:37:57 fredb Exp $ DISTNAME= users-guide-1.2 PKGNAME= gnome-users-guide-1.2 +PKGREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/users-guide/} @@ -9,7 +10,7 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.gnome.org/users-guide/project.shtml COMMENT= User documentation for GNOME -DEPENDS+= gnome-libs>=1.2.1:../gnome-libs +DEPENDS+= gnome-libs>=1.4.1.2nb1:../gnome-libs GNU_CONFIGURE= YES USE_X11BASE= YES |