diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-21 08:09:49 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-21 08:09:49 +0000 |
commit | 3cbbdb66d0dbe12f13d46e3ff8d25328b043e91e (patch) | |
tree | af8384b90f85bc09717d8b550b89c1a7bd0e790a /mail/fetchyahoo | |
parent | 0a7e7cb55abf33715b364971d3cc63c140b7c84a (diff) | |
download | ports-3cbbdb66d0dbe12f13d46e3ff8d25328b043e91e.tar.gz ports-3cbbdb66d0dbe12f13d46e3ff8d25328b043e91e.zip |
Notes
Diffstat (limited to 'mail/fetchyahoo')
-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 |