diff options
author | tron <tron@pkgsrc.org> | 2002-09-18 07:09:19 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-09-18 07:09:19 +0000 |
commit | 0098eba49c9671758ad10736e5ea206b7c6699e2 (patch) | |
tree | 3a59bdbb815248df438920bd4fa34b1ab2af81e2 /news | |
parent | 7cf055c937a4e83ad5cf2963493179616c750a33 (diff) | |
download | pkgsrc-0098eba49c9671758ad10736e5ea206b7c6699e2.tar.gz |
Use wildcard dependence for "nntpclnt" package.
Diffstat (limited to 'news')
-rw-r--r-- | news/trn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/trn/Makefile b/news/trn/Makefile index 4aa695d0e20..c44db2b8d83 100644 --- a/news/trn/Makefile +++ b/news/trn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2002/01/21 15:14:14 agc Exp $ +# $NetBSD: Makefile,v 1.14 2002/09/18 07:09:19 tron Exp $ DISTNAME= trn4-test74 PKGNAME= trn-4.74 @@ -18,7 +18,7 @@ LICENSE= trn-license .if defined(USE_INN) && ${USE_INN} == YES DEPENDS= inn>=2.2:../inn .else -DEPENDS= nntpclnt-1.6.1:../nntpclnt +DEPENDS= nntpclnt>=1.6.1:../nntpclnt .endif # TRN_HOSTBITS determines the number of "name segments" (x.y.z.com), counting |