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 /palm | |
parent | 36275a2060d9cc6a677603da7d2060e3a0a9f673 (diff) | |
download | ports-22b0d4983bcfed37c4c5129bf782a7457353fb9b.tar.gz ports-22b0d4983bcfed37c4c5129bf782a7457353fb9b.zip |
Notes
Diffstat (limited to 'palm')
-rw-r--r-- | palm/sitescooper/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/palm/sitescooper/Makefile b/palm/sitescooper/Makefile index bf6041b4c8ab..0d0b13a239a7 100644 --- a/palm/sitescooper/Makefile +++ b/palm/sitescooper/Makefile @@ -7,7 +7,7 @@ PORTNAME= sitescooper PORTVERSION= 3.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= palm MASTER_SITES= http://sitescooper.org/released/ @@ -15,7 +15,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= News site downloader for Palm computing devices RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ - ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/URI/URL.pm:${PORTSDIR}/net/p5-URI \ ${SITE_PERL}/Algorithm/Diff.pm:${PORTSDIR}/devel/p5-Algorithm-Diff |