diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2006-07-17 04:45:59 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2006-07-17 04:45:59 +0000 |
commit | 0540c029cbff002508893bd87f9b640eccb96fa8 (patch) | |
tree | 0a73c2f241d2a7428b4b0e2f729bd7312bfffd27 /textproc/p5-XML-Feed | |
parent | 035a11c0ade0011a935e374cbc12031d1caadbe0 (diff) |
fix build
Notes
Notes:
svn path=/head/; revision=168047
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 \ |