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 /audio/krio | |
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 'audio/krio')
-rw-r--r-- | audio/krio/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/krio/Makefile b/audio/krio/Makefile index 1b40806b314..4f6a4022b2c 100644 --- a/audio/krio/Makefile +++ b/audio/krio/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2001/12/15 20:25:35 agc Exp $ +# $NetBSD: Makefile,v 1.9 2002/03/13 17:36:37 fredb Exp $ DISTNAME= Krio-19990721 PKGNAME= krio-19990721 +PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= ftp://ftp.13th-floor.org/pub/krio/ @@ -16,8 +17,8 @@ USE_X11BASE= yes RIODIR= ${_PKGSRCDIR}/audio/rio/${WRKDIR:T}/rio107 DEPENDS+= jpeg-6b:../../graphics/jpeg -DEPENDS+= kdelibs-1.1.2:../../x11/kdelibs -DEPENDS+= png>=1.0.11:../../graphics/png +DEPENDS+= kdelibs-1.1.2nb1:../../x11/kdelibs +DEPENDS+= png>=1.2.1:../../graphics/png DEPENDS+= qt1-1.44:../../x11/qt1 DEPENDS+= tiff-[0-9]*:../../graphics/tiff |