diff options
author | Martin Matuska <mm@FreeBSD.org> | 2009-03-05 11:36:12 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2009-03-05 11:36:12 +0000 |
commit | e15d7dc1e3287f1d7f7a595e3a2f7d9654c51263 (patch) | |
tree | 0cf53d4b41f32860bc8bb008245840a4b1c3340c /lang/p5-Tcl | |
parent | f9608973c2faa66cb4b1e1c554fb70956ddf9fec (diff) |
Notes
Diffstat (limited to 'lang/p5-Tcl')
-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> |