diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-25 14:00:25 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-25 14:00:25 +0000 |
commit | 8bfc0026c6a57e3a2c0074f3cc9f32cead487821 (patch) | |
tree | 8defd68f60601a30113b846ef14f62eac0d466c5 /www/syndigator | |
parent | 10aac448c3afbd8eae12dc62d81e98f088632e8e (diff) |
Notes
Diffstat (limited to 'www/syndigator')
-rw-r--r-- | www/syndigator/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/syndigator/Makefile b/www/syndigator/Makefile index 763982005a55..7433f7779610 100644 --- a/www/syndigator/Makefile +++ b/www/syndigator/Makefile @@ -9,7 +9,7 @@ PORTNAME= syndigator PORTVERSION= 0.15.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/Syndigator/${PORTVERSION} @@ -18,7 +18,6 @@ COMMENT= An RSS feed reader based on Gtk2 RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv \ ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ - ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ ${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS \ ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ |