diff options
author | Donald Burr <dburr@FreeBSD.org> | 2000-10-20 20:34:46 +0000 |
---|---|---|
committer | Donald Burr <dburr@FreeBSD.org> | 2000-10-20 20:34:46 +0000 |
commit | ddbb6de22e3b90e76f6787aa71afc9807bcdb37d (patch) | |
tree | 880898534ae87ddda6560bd2a5bdba726bc03faf /news | |
parent | 80437806153727cd8baa9badbb93283d709f085a (diff) | |
download | ports-ddbb6de22e3b90e76f6787aa71afc9807bcdb37d.tar.gz ports-ddbb6de22e3b90e76f6787aa71afc9807bcdb37d.zip |
Added dependency for net/p5-Net, because ubh needs the Net::NNTP module.
Notes
Notes:
svn path=/head/; revision=34043
Diffstat (limited to 'news')
-rw-r--r-- | news/ubh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/news/ubh/Makefile b/news/ubh/Makefile index 0c8820798779..d95fc3cfb01f 100644 --- a/news/ubh/Makefile +++ b/news/ubh/Makefile @@ -12,7 +12,8 @@ MASTER_SITES= http://ubh.sourceforge.net/download/ MAINTAINER= dburr@FreeBSD.ORG -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/News/Newsrc.pm:${PORTSDIR}/news/p5-News-Newsrc +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/News/Newsrc.pm:${PORTSDIR}/news/p5-News-Newsrc \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/NNTP.pm:${PORTSDIR}/net/p5-Net NO_BUILD= YES |