diff options
author | tron <tron@pkgsrc.org> | 1998-07-15 18:03:53 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-07-15 18:03:53 +0000 |
commit | 0eeef44b77aa07f4e2fcbf3c79cae558502dd2c9 (patch) | |
tree | 2a3adc04ccc0ef5200357e7e0f05e0d786e08c0b /news | |
parent | 3582dc2a6679f467f95f788014a55fc24bdce651 (diff) | |
download | pkgsrc-0eeef44b77aa07f4e2fcbf3c79cae558502dd2c9.tar.gz |
Fix dependence for "png" package.
Diffstat (limited to 'news')
-rw-r--r-- | news/knews/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/knews/Makefile b/news/knews/Makefile index 21bc1cf6df2..556aa024bba 100644 --- a/news/knews/Makefile +++ b/news/knews/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1998/07/04 09:19:05 mycroft Exp $ +# $NetBSD: Makefile,v 1.14 1998/07/15 18:03:53 tron Exp $ # DISTNAME= knews-1.0b.0 @@ -9,7 +9,7 @@ MASTER_SITES= http://www.matematik.su.se/~kjj/ MAINTAINER= tron@netbsd.org DEPENDS+= jpeg-6b:../../graphics/jpeg -DEPENDS+= png-0.96:../../graphics/png +DEPENDS+= png-1.0.2:../../graphics/png DEPENDS+= xpm-3.4k:../../graphics/xpm USE_IMAKE= yes |