diff options
author | ijliao <ijliao@FreeBSD.org> | 2006-07-17 12:45:59 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2006-07-17 12:45:59 +0800 |
commit | e3ad36d6f117a19601b1c77b2ec596394b28ac24 (patch) | |
tree | 069aace68090a7712a8ba86c114594b066b5962a /textproc/p5-XML-Feed | |
parent | 56116ca2a1b912c104bb66a99dcf54c7240c470e (diff) | |
download | freebsd-ports-gnome-e3ad36d6f117a19601b1c77b2ec596394b28ac24.tar.gz freebsd-ports-gnome-e3ad36d6f117a19601b1c77b2ec596394b28ac24.tar.zst freebsd-ports-gnome-e3ad36d6f117a19601b1c77b2ec596394b28ac24.zip |
fix build
Diffstat (limited to 'textproc/p5-XML-Feed')
-rw-r--r-- | textproc/p5-XML-Feed/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-XML-Feed/Makefile b/textproc/p5-XML-Feed/Makefile index a69a73febb62..b74b3e0542e8 100644 --- a/textproc/p5-XML-Feed/Makefile +++ b/textproc/p5-XML-Feed/Makefile @@ -18,8 +18,8 @@ COMMENT= Perl5 modules for Syndication feed parser and auto-discovery RUN_DEPENDS= ${SITE_PERL}/Class/ErrorHandler.pm:${PORTSDIR}/devel/p5-Class-ErrorHandler \ ${SITE_PERL}/Feed/Find.pm:${PORTSDIR}/www/p5-Feed-Find \ ${SITE_PERL}/URI/Fetch.pm:${PORTSDIR}/www/p5-URI-Fetch \ - ${SITE_PERL}/XML/RSS.pm>=1.01:${PORTSDIR}/textproc/p5-XML-RSS \ - ${SITE_PERL}/XML/Atom.pm>=0.08:${PORTSDIR}/textproc/p5-XML-Atom \ + p5-XML-RSS>=1.01:${PORTSDIR}/textproc/p5-XML-RSS \ + p5-XML-Atom>=0.08:${PORTSDIR}/textproc/p5-XML-Atom \ ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ ${SITE_PERL}/DateTime/Format/Mail.pm:${PORTSDIR}/devel/p5-DateTime-Format-Mail \ ${SITE_PERL}/DateTime/Format/W3CDTF.pm:${PORTSDIR}/devel/p5-DateTime-Format-W3CDTF \ |