aboutsummaryrefslogtreecommitdiffstats
path: root/devel/tcllib
diff options
context:
space:
mode:
authormi <mi@FreeBSD.org>2006-07-02 03:14:48 +0800
committermi <mi@FreeBSD.org>2006-07-02 03:14:48 +0800
commit31baa3709610dd13abd7f01ea1a733af9db59c41 (patch)
treef972d6612f59b8554bc9d5fc8aacc2fa9af1cee5 /devel/tcllib
parent68e18c4d963452ebe365562a1a981a518f36b5f2 (diff)
downloadfreebsd-ports-gnome-31baa3709610dd13abd7f01ea1a733af9db59c41.tar.gz
freebsd-ports-gnome-31baa3709610dd13abd7f01ea1a733af9db59c41.tar.zst
freebsd-ports-gnome-31baa3709610dd13abd7f01ea1a733af9db59c41.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
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