diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-11-03 18:52:55 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-11-03 18:52:55 +0000 |
commit | 422c303830ebe88b95a6da987dc799551985a470 (patch) | |
tree | 460a2edb55033cf17f085e44fc241de578ce9b4f | |
parent | add xist (diff) |
Add missing run depend on news/p5-News-Newsrc
Submitted by: Ronald Klop <ronald@klop.yi.org>
Notes
Notes:
svn path=/head/; revision=49533
-rw-r--r-- | news/newsgrab/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/news/newsgrab/Makefile b/news/newsgrab/Makefile index 937aee5e0d99..3166a846b5e5 100644 --- a/news/newsgrab/Makefile +++ b/news/newsgrab/Makefile @@ -13,7 +13,8 @@ MASTER_SITES= http://phunkbros.dk/newsgrab/ MAINTAINER= petef@FreeBSD.org RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/News/NNTPClient.pm:${PORTSDIR}/news/p5-NNTPClient \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/News/Newsrc.pm:${PORTSDIR}/news/p5-News-Newsrc NO_BUILD= yes USE_PERL5= yes |