diff options
author | dburr <dburr@FreeBSD.org> | 2000-10-20 20:34:46 +0000 |
---|---|---|
committer | dburr <dburr@FreeBSD.org> | 2000-10-20 20:34:46 +0000 |
commit | a441ab398a7d7c1a571e79ec286caa956a165cd1 (patch) | |
tree | 443e57ee0e769df93a1ed6ce9197b1ff6b20ae68 /news/ubh/Makefile | |
parent | 484aa12f10fb7901ed5d04f81bcdd64456563d00 (diff) | |
download | FreeBSD-ports-a441ab398a7d7c1a571e79ec286caa956a165cd1.zip FreeBSD-ports-a441ab398a7d7c1a571e79ec286caa956a165cd1.tar.gz |
Added dependency for net/p5-Net, because ubh needs the Net::NNTP module.
Diffstat (limited to 'news/ubh/Makefile')
-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 0c88207..d95fc3c 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 |