aboutsummaryrefslogtreecommitdiff
path: root/lang/p5-Tcl
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2009-03-05 11:36:12 +0000
committerMartin Matuska <mm@FreeBSD.org>2009-03-05 11:36:12 +0000
commite15d7dc1e3287f1d7f7a595e3a2f7d9654c51263 (patch)
tree0cf53d4b41f32860bc8bb008245840a4b1c3340c /lang/p5-Tcl
parentf9608973c2faa66cb4b1e1c554fb70956ddf9fec (diff)
downloadports-e15d7dc1e3287f1d7f7a595e3a2f7d9654c51263.tar.gz
ports-e15d7dc1e3287f1d7f7a595e3a2f7d9654c51263.zip
- Select the correct TCLSH provided by bsd.tcl.mk
- Bump PORTREVISION
Notes
Notes: svn path=/head/; revision=229519
Diffstat (limited to 'lang/p5-Tcl')
-rw-r--r--lang/p5-Tcl/Makefile9
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>