aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Inline-Tcl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Inline-Tcl/Makefile')
-rw-r--r--devel/p5-Inline-Tcl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-Inline-Tcl/Makefile b/devel/p5-Inline-Tcl/Makefile
index 73762935b78f..ee9ff1d4be74 100644
--- a/devel/p5-Inline-Tcl/Makefile
+++ b/devel/p5-Inline-Tcl/Makefile
@@ -14,7 +14,8 @@ BUILD_DEPENDS= p5-Inline>=0:${PORTSDIR}/devel/p5-Inline
LIB_DEPENDS= tcl84:${PORTSDIR}/lang/tcl84
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
CONFIGURE_ARGS= INC="-I${PREFIX}/include/tcl8.4" \
LIBS="-L${PREFIX}/lib -R${PREFIX}/lib -ltcl84"