diff options
Diffstat (limited to 'www/checkbot/Makefile')
-rw-r--r-- | www/checkbot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/checkbot/Makefile b/www/checkbot/Makefile index c7d1944ba657..d1ad64eaf4ea 100644 --- a/www/checkbot/Makefile +++ b/www/checkbot/Makefile @@ -17,7 +17,8 @@ site_perl=${PREFIX}/lib/perl5/site_perl/${PERL_VER} BUILD_DEPENDS= \ ${site_perl}/${PERL_ARCH}/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}/LWP.pm:${PORTSDIR}/www/p5-libwww \ + ${site_perl}/URL.pm:${PORTSDIR}/net/p5-URI FETCH_BEFORE_ARGS= -b |