diff options
author | mm <mm@FreeBSD.org> | 2009-03-05 19:36:12 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2009-03-05 19:36:12 +0800 |
commit | be5a6509604bfdd8a123569ed957d6550f52b430 (patch) | |
tree | a14d9284c229a8f55224ff67ebc24e5ee5d90153 /lang | |
parent | 54ccca877d0d89b544d3d55724da1ca604bc64e5 (diff) | |
download | freebsd-ports-gnome-be5a6509604bfdd8a123569ed957d6550f52b430.tar.gz freebsd-ports-gnome-be5a6509604bfdd8a123569ed957d6550f52b430.tar.zst freebsd-ports-gnome-be5a6509604bfdd8a123569ed957d6550f52b430.zip |
- Select the correct TCLSH provided by bsd.tcl.mk
- Bump PORTREVISION
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> |