diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2006-07-01 19:14:48 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2006-07-01 19:14:48 +0000 |
commit | 5bbd6d617c960303a0d8b00e58cc76c95316890d (patch) | |
tree | df304f46062cb8d37ea35e00d9a89952f30d8bd1 /devel/tcllib | |
parent | dd7691671dfbd0f3a44ab50294bfb039c1231952 (diff) | |
download | ports-5bbd6d617c960303a0d8b00e58cc76c95316890d.tar.gz ports-5bbd6d617c960303a0d8b00e58cc76c95316890d.zip |
Depend on tclsh${TCL_VER} instead of tclsh, which is (or used to be?) a
script advising the user to select a version tclsh executable.
Submitted by: Denis Shaposhnikov
PR: not yet known
Notes
Notes:
svn path=/head/; revision=166737
Diffstat (limited to 'devel/tcllib')
-rw-r--r-- | devel/tcllib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/tcllib/Makefile b/devel/tcllib/Makefile index 1d4126c05a42..e961c61fb979 100644 --- a/devel/tcllib/Makefile +++ b/devel/tcllib/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= tcllib MAINTAINER= mi@aldan.algebra.com COMMENT= A collection of utility modules for Tcl -BUILD_DEPENDS= tclsh:${PORTSDIR}/lang/tcl${TCL_VER:S/.//} +BUILD_DEPENDS= tclsh${TCL_VER}:${PORTSDIR}/lang/tcl${TCL_VER:S/.//} TCL_VER?= 8.4 USE_BZIP2= yes |