diff options
author | tron <tron> | 2001-12-02 14:40:20 +0000 |
---|---|---|
committer | tron <tron> | 2001-12-02 14:40:20 +0000 |
commit | de703aa2701271474259f3a060cc40969dba29c3 (patch) | |
tree | b92fda253e9d00e2915859d4a31363ab99d68f25 /news | |
parent | 1f70abdb1e5441c1aec86084bc780b57dfc98b1b (diff) | |
download | pkgsrc-de703aa2701271474259f3a060cc40969dba29c3.tar.gz |
Use wildcard dependence on "faces" 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 afae48b302f..5703d2555d0 100644 --- a/news/knews/Makefile +++ b/news/knews/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2001/11/29 01:12:44 hubertf Exp $ +# $NetBSD: Makefile,v 1.37 2001/12/02 14:40:20 tron Exp $ DISTNAME= knews-1.0b.1 PKGNAME= knews-1.0 @@ -10,7 +10,7 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.matematik.su.se/~kjj/ COMMENT= X11 newsreader with support for threading and MIME -DEPENDS+= faces-1.6.1:../../mail/faces +DEPENDS+= faces>=1.6.1:../../mail/faces DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= png>=1.0.11:../../graphics/png |