diff options
Diffstat (limited to 'www/p5-WWW-Robot/Makefile')
-rw-r--r-- | www/p5-WWW-Robot/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-WWW-Robot/Makefile b/www/p5-WWW-Robot/Makefile index 66fadc87680c..932df1925635 100644 --- a/www/p5-WWW-Robot/Makefile +++ b/www/p5-WWW-Robot/Makefile @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= WWW::Robot - configurable web traversal engine -BUILD_DEPENDS= p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - p5-HTML-Tagset>=0:${PORTSDIR}/www/p5-HTML-Tagset +BUILD_DEPENDS= p5-HTML-Tree>=0:www/p5-HTML-Tree \ + p5-libwww>=0:www/p5-libwww \ + p5-HTML-Tagset>=0:www/p5-HTML-Tagset RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |