diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/p5-Tcl/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
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 <bsd.port.mk> +.include <bsd.port.pre.mk> + +CONFIGURE_ARGS= --tclsh ${TCLSH} + +.include <bsd.port.post.mk> |