aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortcely <tcely@users.noreply.github.com>2019-07-13 23:27:59 -0400
committerNatanael Copa <ncopa@alpinelinux.org>2019-07-24 08:33:30 +0000
commitd2c9276fe4b2a40d9239be873609ba3ef299e7ce (patch)
treedcc2bed7d3d81950773fe432b7667d74054704b6
parenta8ad6aa92e57bf2c9091dbe4ad1e0e3156285cbc (diff)
downloadaports-d2c9276fe4b2a40d9239be873609ba3ef299e7ce.tar.bz2
aports-d2c9276fe4b2a40d9239be873609ba3ef299e7ce.tar.xz
community/fossil: add tcllib to checkdepends
-rw-r--r--community/fossil/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/community/fossil/APKBUILD b/community/fossil/APKBUILD
index 23b997de01..231dc7275d 100644
--- a/community/fossil/APKBUILD
+++ b/community/fossil/APKBUILD
@@ -10,8 +10,7 @@ arch="all"
license="BSD-2-Clause"
options="!check" # missing tcl modules
depends=""
-# add tcllib when it is packaged
-checkdepends="coreutils ed"
+checkdepends="coreutils ed tcllib"
makedepends="openssl-dev sqlite-dev tcl-dev zlib-dev"
source="https://www.fossil-scm.org/index.html/uv/$pkgname-src-$pkgver.tar.gz"
builddir="$srcdir"/$pkgname-$pkgver