From 94d466244710de6ccb64bed3cdcaea81abc20fdf Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 4 Mar 2001 09:06:09 +0000 Subject: Because the minor number of the PNG library was increased packages compiled using the newest PNG library won't work on system with an older one. To prevent such problems with precompiled binary packages require at least "png-1.0.9nb1" in all dependences. --- news/knews/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'news') diff --git a/news/knews/Makefile b/news/knews/Makefile index 0ac18cd54c9..ae35047b56f 100644 --- a/news/knews/Makefile +++ b/news/knews/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2001/02/25 11:10:12 tron Exp $ +# $NetBSD: Makefile,v 1.31 2001/03/04 09:06:17 tron Exp $ DISTNAME= knews-1.0b.1 PKGNAME= knews-1.0nb4 @@ -11,7 +11,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.6:../../graphics/png +DEPENDS+= png>1.0.9:../../graphics/png CONFLICTS= knews-1.0b0 -- cgit v1.2.3