diff options
author | trevor <trevor@FreeBSD.org> | 2003-11-21 16:09:49 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-11-21 16:09:49 +0800 |
commit | 79d81bee2e302ebb6560b3c1e69d0ece0c723bef (patch) | |
tree | f3d7b0ca2021d0493c8612da8b1ed9c2ebe33d99 /mail | |
parent | 6fa4d9f0c5ff0114a6b9c42636f089939971afa8 (diff) | |
download | freebsd-ports-gnome-79d81bee2e302ebb6560b3c1e69d0ece0c723bef.tar.gz freebsd-ports-gnome-79d81bee2e302ebb6560b3c1e69d0ece0c723bef.tar.zst freebsd-ports-gnome-79d81bee2e302ebb6560b3c1e69d0ece0c723bef.zip |
Use PERL_ARCH.
Submitted by: Josh Homan of jawsworks.net
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 |