From e15d7dc1e3287f1d7f7a595e3a2f7d9654c51263 Mon Sep 17 00:00:00 2001 From: Martin Matuska Date: Thu, 5 Mar 2009 11:36:12 +0000 Subject: - Select the correct TCLSH provided by bsd.tcl.mk - Bump PORTREVISION --- lang/p5-Tcl/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'lang/p5-Tcl') diff --git a/lang/p5-Tcl/Makefile b/lang/p5-Tcl/Makefile index 292331630df7..1f993dd4ec6d 100644 --- a/lang/p5-Tcl/Makefile +++ b/lang/p5-Tcl/Makefile @@ -7,7 +7,7 @@ PORTNAME= Tcl PORTVERSION= 0.97 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,8 +17,11 @@ COMMENT= A Tcl extension module for Perl5 USE_TCL= 84+ PERL_CONFIGURE= yes -CONFIGURE_ARGS= --tclsh tclsh${TCL_VER} MAN3= Tcl.3 -.include +.include + +CONFIGURE_ARGS= --tclsh ${TCLSH} + +.include -- cgit v1.2.3