summaryrefslogtreecommitdiff
path: root/news/nn
diff options
context:
space:
mode:
authortron <tron>2000-02-27 23:37:53 +0000
committertron <tron>2000-02-27 23:37:53 +0000
commitb1920cab6e9649fdba57e98a67031aefbe7a694c (patch)
treed70f5fc2c0a396dcfd05b1e77d492f21cd26c385 /news/nn
parentb6bb243d5317c3c929571ed85c285c5135b9a70e (diff)
downloadpkgsrc-b1920cab6e9649fdba57e98a67031aefbe7a694c.tar.gz
Update dependence for "inn" package.
Diffstat (limited to 'news/nn')
-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