diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fetchyahoo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/fetchyahoo/Makefile b/mail/fetchyahoo/Makefile index facd68e21a6e..2d4033d4c023 100644 --- a/mail/fetchyahoo/Makefile +++ b/mail/fetchyahoo/Makefile @@ -20,8 +20,8 @@ RUN_DEPENDS= \ ${SITE_PERL}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools \ ${SITE_PERL}/Net/Cmd.pm:${PORTSDIR}/net/p5-Net \ ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ - ${SITE_PERL}/mach/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \ - ${SITE_PERL}/mach/HTML/Filter.pm:${PORTSDIR}/www/p5-HTML-Parser \ +${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \ + ${SITE_PERL}/${PERL_ARCH}/HTML/Filter.pm:${PORTSDIR}/www/p5-HTML-Parser\ ${SITE_PERL}/HTTP/Request/Common.pm:${PORTSDIR}/www/p5-libwww DOCS= COPYING ChangeLog Credits INSTALL TODO index.html |