diff options
author | tron <tron> | 2002-09-18 07:09:19 +0000 |
---|---|---|
committer | tron <tron> | 2002-09-18 07:09:19 +0000 |
commit | 4b8f90448c73599f04aacfc7327f33e6b1abb899 (patch) | |
tree | 3a59bdbb815248df438920bd4fa34b1ab2af81e2 /news | |
parent | 0cea67b7ab1d500cef0d7d8c20f8933d31f42310 (diff) | |
download | pkgsrc-4b8f90448c73599f04aacfc7327f33e6b1abb899.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 |