summaryrefslogtreecommitdiff
path: root/tk
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-02-24 10:01:41 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-02-24 10:02:53 -0500
commit480f89c3a7265359bb1572bf8d005e0ab40d30f8 (patch)
tree5bb8859d99b93ff070e95beac96fb290501ba727 /tk
parent6962c92cc477d76d0b0fe4a9568c4cdbb740c180 (diff)
downloadspm_packages-480f89c3a7265359bb1572bf8d005e0ab40d30f8.tar.gz
Use TCL at the same version
Diffstat (limited to 'tk')
-rw-r--r--tk/build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tk/build.sh b/tk/build.sh
index 11f9b20..46c57af 100644
--- a/tk/build.sh
+++ b/tk/build.sh
@@ -9,6 +9,7 @@ sources=(
build_depends=(
"tar"
"automake"
+ "tcl==${version}"
)
depends=(
"tcl==${version}"