diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-05 15:05:29 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-05 15:05:29 +0000 |
commit | 43f0c9f153cbb6a2e3db53e004582f6729057928 (patch) | |
tree | 6094da914716107bca7d35889c1b8aab5e6097c7 /www/p5-HTML-Lint/Makefile | |
parent | 51a9b4dec5856fd0ce0b884de19626c1cc420758 (diff) |
Notes
Diffstat (limited to 'www/p5-HTML-Lint/Makefile')
-rw-r--r-- | www/p5-HTML-Lint/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-HTML-Lint/Makefile b/www/p5-HTML-Lint/Makefile index e718efbe4508..9fb5abea1b79 100644 --- a/www/p5-HTML-Lint/Makefile +++ b/www/p5-HTML-Lint/Makefile @@ -16,7 +16,8 @@ BUILD_DEPENDS= p5-HTML-Tagset>0:${PORTSDIR}/www/p5-HTML-Tagset \ p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::Lint.3 \ HTML::Lint::Error.3 \ |