diff options
author | jadawin <jadawin@FreeBSD.org> | 2012-06-05 22:27:52 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2012-06-05 22:27:52 +0800 |
commit | b480f1aa14b6d4ef1da122ec704fcfb341e9c379 (patch) | |
tree | 417e2696534bcccdcd234b2fbdbaf556fd1a2bbf /www | |
parent | a3115390f9be39e3035378b203b0a6cb3f0f071a (diff) | |
download | freebsd-ports-gnome-b480f1aa14b6d4ef1da122ec704fcfb341e9c379.tar.gz freebsd-ports-gnome-b480f1aa14b6d4ef1da122ec704fcfb341e9c379.tar.zst freebsd-ports-gnome-b480f1aa14b6d4ef1da122ec704fcfb341e9c379.zip |
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@
Diffstat (limited to 'www')
-rw-r--r-- | www/checkbot/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/www/checkbot/Makefile b/www/checkbot/Makefile index d50cbb556015..c94a55aa673d 100644 --- a/www/checkbot/Makefile +++ b/www/checkbot/Makefile @@ -14,16 +14,16 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Checkbot%20${PORTVERSION} MAINTAINER= jadawin@FreeBSD.org COMMENT= A WWW link verifier, similar to momspider -BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ - ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ - ${SITE_PERL}/Mail/Send.pm:${PORTSDIR}/mail/p5-Mail-Tools \ - ${SITE_PERL}/Time/Duration.pm:${PORTSDIR}/devel/p5-Time-Duration -RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ - ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ - ${SITE_PERL}/Mail/Send.pm:${PORTSDIR}/mail/p5-Mail-Tools \ - ${SITE_PERL}/Time/Duration.pm:${PORTSDIR}/devel/p5-Time-Duration +BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ + p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \ + p5-Time-Duration>=0:${PORTSDIR}/devel/p5-Time-Duration +RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ + p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \ + p5-Time-Duration>=0:${PORTSDIR}/devel/p5-Time-Duration MAN1= checkbot.1 PERL_CONFIGURE= yes |