diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-26 15:01:09 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-26 15:01:09 +0000 |
commit | 22b0d4983bcfed37c4c5129bf782a7457353fb9b (patch) | |
tree | 0636632968e1dca1293f29ca51c58f2718d717bb /news/ubh | |
parent | 36275a2060d9cc6a677603da7d2060e3a0a9f673 (diff) | |
download | ports-22b0d4983bcfed37c4c5129bf782a7457353fb9b.tar.gz ports-22b0d4983bcfed37c4c5129bf782a7457353fb9b.zip |
Notes
Diffstat (limited to 'news/ubh')
-rw-r--r-- | news/ubh/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/news/ubh/Makefile b/news/ubh/Makefile index ddd09a02487d..dbdb6157858b 100644 --- a/news/ubh/Makefile +++ b/news/ubh/Makefile @@ -7,6 +7,7 @@ PORTNAME= ubh PORTVERSION= 2.5 +PORTREVISION= 1 CATEGORIES= news graphics MASTER_SITES= http://ubh.sourceforge.net/download/ @@ -15,10 +16,8 @@ COMMENT= Perl script to download and decode binaries posted to Usenet RUN_DEPENDS= \ ${SITE_PERL}/News/Newsrc.pm:${PORTSDIR}/news/p5-News-Newsrc \ - ${SITE_PERL}/Net/NNTP.pm:${PORTSDIR}/net/p5-Net \ ${SITE_PERL}/Mail/Mailer.pm:${PORTSDIR}/mail/p5-Mail-Tools \ ${SITE_PERL}/IO/Stringy.pm:${PORTSDIR}/devel/p5-IO-stringy \ - ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ ${SITE_PERL}/MIME/Decoder.pm:${PORTSDIR}/mail/p5-MIME-Tools \ ${SITE_PERL}/${PERL_ARCH}/String/CRC32.pm:${PORTSDIR}/devel/p5-String-CRC32 |