diff options
author | grant <grant> | 2005-07-19 10:11:48 +0000 |
---|---|---|
committer | grant <grant> | 2005-07-19 10:11:48 +0000 |
commit | ac64fe6ac14fdf1683065506a0d1d7e03cc15349 (patch) | |
tree | 06d14153ff3d91aebe34f6f7b90be0ae91bec7a8 /news | |
parent | 8e5c68bc6464f7711b87bf4c17adea2559863de7 (diff) | |
download | pkgsrc-ac64fe6ac14fdf1683065506a0d1d7e03cc15349.tar.gz |
depends should be ../../<category>/<pkg>
Diffstat (limited to 'news')
-rw-r--r-- | news/trn/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/news/trn/Makefile b/news/trn/Makefile index caa8f066aaa..9bcd764a1d5 100644 --- a/news/trn/Makefile +++ b/news/trn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2005/07/16 01:19:17 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2005/07/19 10:16:09 grant Exp $ DISTNAME= trn-4.0-test76 PKGNAME= trn-4.76 @@ -18,9 +18,9 @@ PKG_SYSCONFSUBDIR= nntp .include "../../mk/bsd.prefs.mk" .if defined(USE_INN) && ${USE_INN} == YES -DEPENDS= inn>=2.2:../inn +DEPENDS= inn>=2.2:../../news/inn .else -DEPENDS= nntpclnt>=1.6.1:../nntpclnt +DEPENDS= nntpclnt>=1.6.1:../../news/nntpclnt .endif # TRN_HOSTBITS determines the number of "name segments" (x.y.z.com), counting |