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 /graphics/dia | |
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 'graphics/dia')
-rw-r--r-- | graphics/dia/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile index 9f878117fee..f934d82d166 100644 --- a/graphics/dia/Makefile +++ b/graphics/dia/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2001/08/26 01:27:14 mjl Exp $ +# $NetBSD: Makefile,v 1.5 2002/03/13 17:37:04 fredb Exp $ DISTNAME= dia-0.88.1 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/dia/} @@ -8,10 +9,10 @@ MAINTAINER= jmcneill@invisible.yi.org HOMEPAGE= http://www.lysator.liu.se/~alla/dia/ COMMENT= program for creating diagrams of all kinds -DEPENDS+= gnome-libs>=1.2.3:../../x11/gnome-libs +DEPENDS+= gnome-libs>=1.4.1.2nb1:../../x11/gnome-libs DEPENDS+= libxml>=1.8.9:../../textproc/libxml -DEPENDS+= gnome-print>=0.20:../../print/gnome-print -DEPENDS+= gdk-pixbuf>=0.8.0nb1:../../graphics/gdk-pixbuf +DEPENDS+= gnome-print>=0.29nb1:../../print/gnome-print +DEPENDS+= gdk-pixbuf>=0.11.0nb1:../../graphics/gdk-pixbuf USE_X11= yes USE_GMAKE= yes |