diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-14 12:04:18 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-14 12:04:18 +0000 |
commit | e5a7b5184d3a9ecdd216c7e781e3ce1db2451784 (patch) | |
tree | 0b99f811fd2d870349949708741c6d39ea7b57a5 /www/p5-HTML-DOM | |
parent | e00c0e2d6b2bb06b5a3aa3c5d746fe3f9fadf89d (diff) | |
download | ports-e5a7b5184d3a9ecdd216c7e781e3ce1db2451784.tar.gz ports-e5a7b5184d3a9ecdd216c7e781e3ce1db2451784.zip |
Notes
Diffstat (limited to 'www/p5-HTML-DOM')
-rw-r--r-- | www/p5-HTML-DOM/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-HTML-DOM/Makefile b/www/p5-HTML-DOM/Makefile index f52f0bc0a547..57c6cb5e17b8 100644 --- a/www/p5-HTML-DOM/Makefile +++ b/www/p5-HTML-DOM/Makefile @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-CSS-DOM>=0:${PORTSDIR}/www/p5-CSS-DOM \ p5-constant-lexical>0:${PORTSDIR}/devel/p5-constant-lexical RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.pre.mk> .include "${MASTERDIR}/Makefile.man" |