summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-02-27 23:37:53 +0000
committertron <tron@pkgsrc.org>2000-02-27 23:37:53 +0000
commitf6f92587e149433f72b50a1d21174475fb0cec71 (patch)
treed70f5fc2c0a396dcfd05b1e77d492f21cd26c385 /news
parentb175f5d3f9b78a8ee357910d6b6a8cedfaa6dd75 (diff)
downloadpkgsrc-f6f92587e149433f72b50a1d21174475fb0cec71.tar.gz
Update dependence for "inn" package.
Diffstat (limited to 'news')
-rw-r--r--news/nn/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/news/nn/Makefile b/news/nn/Makefile
index d9a8e8563c2..cb3376a7c75 100644
--- a/news/nn/Makefile
+++ b/news/nn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 1999/09/20 21:43:32 kim Exp $
+# $NetBSD: Makefile,v 1.13 2000/02/27 23:37:53 tron Exp $
# FreeBSD Id: Makefile,v 1.14 1997/07/30 18:17:48 adam Exp
#
@@ -13,7 +13,7 @@ BUILD_DEFS+= USE_INN
.include "../../mk/bsd.prefs.mk"
.if defined(USE_INN) && ${USE_INN} == YES
-DEPENDS= inn-2.2:../inn
+DEPENDS= inn>=2.2:../inn
.else
DEPENDS= nntpclnt-1.6.1:../nntpclnt
.endif