aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-LibXSLT/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-XML-LibXSLT/Makefile')
-rw-r--r--textproc/p5-XML-LibXSLT/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-XML-LibXSLT/Makefile b/textproc/p5-XML-LibXSLT/Makefile
index a1829365af5e..0cdd62445ba7 100644
--- a/textproc/p5-XML-LibXSLT/Makefile
+++ b/textproc/p5-XML-LibXSLT/Makefile
@@ -18,7 +18,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \
xslt.2:${PORTSDIR}/textproc/libxslt
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
CONFIGURE_ARGS= INC="-I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2" \
LIBS="-L${LOCALBASE}/lib"