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 /news/knews/Makefile | |
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 'news/knews/Makefile')
-rw-r--r-- | news/knews/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/news/knews/Makefile b/news/knews/Makefile index 5703d2555d0..3aef70891dc 100644 --- a/news/knews/Makefile +++ b/news/knews/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.37 2001/12/02 14:40:20 tron Exp $ +# $NetBSD: Makefile,v 1.38 2002/03/13 17:37:32 fredb Exp $ DISTNAME= knews-1.0b.1 PKGNAME= knews-1.0 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= news x11 MASTER_SITES= http://www.matematik.su.se/~kjj/ @@ -12,7 +12,7 @@ COMMENT= X11 newsreader with support for threading and MIME DEPENDS+= faces>=1.6.1:../../mail/faces DEPENDS+= jpeg-6b:../../graphics/jpeg -DEPENDS+= png>=1.0.11:../../graphics/png +DEPENDS+= png>=1.2.1:../../graphics/png CONFLICTS= knews-1.0b0 |