aboutsummaryrefslogtreecommitdiff
path: root/devel/tcllib
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2006-07-01 19:14:48 +0000
committerMikhail Teterin <mi@FreeBSD.org>2006-07-01 19:14:48 +0000
commit5bbd6d617c960303a0d8b00e58cc76c95316890d (patch)
treedf304f46062cb8d37ea35e00d9a89952f30d8bd1 /devel/tcllib
parentdd7691671dfbd0f3a44ab50294bfb039c1231952 (diff)
downloadports-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/Makefile2
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