diff options
author | tron <tron> | 2001-03-04 09:06:09 +0000 |
---|---|---|
committer | tron <tron> | 2001-03-04 09:06:09 +0000 |
commit | 94d466244710de6ccb64bed3cdcaea81abc20fdf (patch) | |
tree | 386a9cc302ef515d46074f8ce0f95786725af501 /news | |
parent | 82317d5211acc380c7f06b6f1e7b05be69fe3914 (diff) | |
download | pkgsrc-94d466244710de6ccb64bed3cdcaea81abc20fdf.tar.gz |
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.
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 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 |