aboutsummaryrefslogtreecommitdiff
path: root/scripts/tcl
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-11-08 23:14:10 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-11-08 23:14:10 -0500
commit79a4dcec2e34c5d58ab0661146ee9727452d672b (patch)
tree7ba0b1b446c048dfbc8d2050f9a1615dbbc2812f /scripts/tcl
parent477ecc69f6a8cc6a00015d21e7cb27baf59ba689 (diff)
downloadspm-79a4dcec2e34c5d58ab0661146ee9727452d672b.tar.gz
Whoosh
Diffstat (limited to 'scripts/tcl')
-rw-r--r--scripts/tcl/build.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/tcl/build.sh b/scripts/tcl/build.sh
index 6fa40c2..6ace545 100644
--- a/scripts/tcl/build.sh
+++ b/scripts/tcl/build.sh
@@ -5,12 +5,12 @@ revision=0
sources=(
"https://prdownloads.sourceforge.net/${name}/${name}${version}-src.tar.gz"
)
+build_depends=(
+ "automake"
+ "autoconf"
+)
depends=(
- "bzip2-1.0.8-0.tar.gz"
- "grep-3.3-0.tar.gz"
- "sed-4.7-0.tar.gz"
"pcre-8.43-0.tar.gz"
- "zlib-1.2.11-0.tar.gz"
)
function prepare() {