diff options
author | grant <grant@pkgsrc.org> | 2005-07-19 10:11:48 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-07-19 10:11:48 +0000 |
commit | f4b67f8cf92b87be8820941acfe5325388979728 (patch) | |
tree | 06d14153ff3d91aebe34f6f7b90be0ae91bec7a8 /news | |
parent | f75852c923fa8dd9051b85b0db6570988901503b (diff) | |
download | pkgsrc-f4b67f8cf92b87be8820941acfe5325388979728.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 |