diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-31 20:07:38 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-31 20:07:38 +0000 |
commit | 622e44583ed29bb2474def39bfa88b70572644d2 (patch) | |
tree | 8f0a2249eabf886b14827df0578ee466fbf504df /www/checkbot | |
parent | fd1da02c8da02be6692f8d704fa39dca4eaca018 (diff) | |
download | ports-622e44583ed29bb2474def39bfa88b70572644d2.tar.gz ports-622e44583ed29bb2474def39bfa88b70572644d2.zip |
Add a missing dependency on the p5-URI port.
PR: 15794
Submitted by: Will Andrews <andrews@technologist.com>
Notes
Notes:
svn path=/head/; revision=24310
Diffstat (limited to 'www/checkbot')
-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 |