diff options
author | tron <tron> | 1999-03-04 13:51:17 +0000 |
---|---|---|
committer | tron <tron> | 1999-03-04 13:51:17 +0000 |
commit | d40f109f332fb13aa7a2309b721cf09bf7d7a62a (patch) | |
tree | a3bf1ee930bdac39f6cf28a55375b7a7c42e0ef4 /news | |
parent | 7f9bd22bbc732fb5f19de46b6bd2858a414f9914 (diff) | |
download | pkgsrc-d40f109f332fb13aa7a2309b721cf09bf7d7a62a.tar.gz |
Update 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 146dade9f8a..55af99c5ebe 100644 --- a/news/knews/Makefile +++ b/news/knews/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 1999/01/25 20:09:09 tron Exp $ +# $NetBSD: Makefile,v 1.17 1999/03/04 13:51:17 tron Exp $ # DISTNAME= knews-1.0b.0 @@ -10,7 +10,7 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.matematik.su.se/~kjj/ DEPENDS+= jpeg-6b:../../graphics/jpeg -DEPENDS+= png-1.0.2:../../graphics/png +DEPENDS+= png-1.0.3:../../graphics/png DEPENDS+= xpm-3.4k:../../graphics/xpm USE_IMAKE= yes |