diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-11 10:19:34 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-11 10:19:34 +0000 |
commit | 51e23a65d5e942ea3b101057fc27a52f066de184 (patch) | |
tree | 39056b26f38f5608e9b4c537f19d6385e40d3b29 /www/p5-HTML-TableExtract | |
parent | <cvs sucks> (diff) |
Add missed BUILD_DEPENDS.
PR: 25696
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=39574
Diffstat (limited to '')
-rw-r--r-- | www/p5-HTML-TableExtract/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/p5-HTML-TableExtract/Makefile b/www/p5-HTML-TableExtract/Makefile index b0959e2cc73f..f6a4e6913273 100644 --- a/www/p5-HTML-TableExtract/Makefile +++ b/www/p5-HTML-TableExtract/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ozz@FreeBSD.org.ru +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/HTML/HeadParser.pm:${PORTSDIR}/www/p5-HTML-Parser + PERL_CONFIGURE= yes MAN3= HTML::TableExtract.3 |