aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2006-01-06 10:17:44 +0800
committerleeym <leeym@FreeBSD.org>2006-01-06 10:17:44 +0800
commit0162bcd2667cf18179562999c80465171ee0d22a (patch)
tree5e112e8cc52b2d646a363791038866aff92c1ed4 /www
parent36bacf65444b8332796a558397cd287c925d3145 (diff)
downloadfreebsd-ports-graphics-0162bcd2667cf18179562999c80465171ee0d22a.tar.gz
freebsd-ports-graphics-0162bcd2667cf18179562999c80465171ee0d22a.tar.zst
freebsd-ports-graphics-0162bcd2667cf18179562999c80465171ee0d22a.zip
- add missing optional dependency URI in BUILD_DEPENDS
Diffstat (limited to 'www')
-rw-r--r--www/p5-HTML-Parser/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-HTML-Parser/Makefile b/www/p5-HTML-Parser/Makefile
index f1957f8817f..099c8672f2b 100644
--- a/www/p5-HTML-Parser/Makefile
+++ b/www/p5-HTML-Parser/Makefile
@@ -17,7 +17,8 @@ COMMENT= Perl5 module for parsing HTML documents
RUN_DEPENDS= ${SITE_PERL}/HTML/Tagset.pm:${PORTSDIR}/www/p5-HTML-Tagset
BUILD_DEPENDS= ${RUN_DEPENDS}
-BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
+BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
+ ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI
PERL_CONFIGURE= yes