diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2012-06-05 22:27:52 +0800 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2012-06-05 22:27:52 +0800 |
commit | 5f4a456e719a61519010ce27a49eb90ba8250de7 (patch) | |
tree | 17d823c85715d0ec505fc52871180c8c7bddc53c /www | |
parent | 0f5fc169c026fcec8b60e1cdf320509355a31497 (diff) | |
download | freebsd-ports-gnome-5f4a456e719a61519010ce27a49eb90ba8250de7.tar.gz freebsd-ports-gnome-5f4a456e719a61519010ce27a49eb90ba8250de7.tar.zst freebsd-ports-gnome-5f4a456e719a61519010ce27a49eb90ba8250de7.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 |