diff options
-rw-r--r-- | www/checkbot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/checkbot/Makefile b/www/checkbot/Makefile index eb4f07d867c5..4fc177fdb664 100644 --- a/www/checkbot/Makefile +++ b/www/checkbot/Makefile @@ -15,7 +15,7 @@ MAINTAINER= wosch@FreeBSD.org site_perl=${PREFIX}/lib/perl5/site_perl/${PERL_VER} BUILD_DEPENDS= \ - ${site_perl}/${PERL_ARCH}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \ + ${site_perl}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \ ${site_perl}/Mail/Send.pm:${PORTSDIR}/mail/p5-Mail-Tools \ ${site_perl}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${site_perl}/URI.pm:${PORTSDIR}/net/p5-URI |