aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2021-09-28 20:52:56 +0200
committerJakub Jirutka <jakub@jirutka.cz>2021-09-28 21:49:39 +0200
commit00d1ca05e322f2ffbda7c04b928a3a19f138e7a1 (patch)
treec6b20af5b354e5b23880e1194552fe8a65d74c02
parent2b805b29a1c9f818dd151d12f59eb2f61cade04b (diff)
community/jimtcl: deduplicate dependencies (cosmetic change)
-rw-r--r--community/jimtcl/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/jimtcl/APKBUILD b/community/jimtcl/APKBUILD
index a772d2dd4f7..c7794d98f48 100644
--- a/community/jimtcl/APKBUILD
+++ b/community/jimtcl/APKBUILD
@@ -7,15 +7,15 @@ pkgdesc="An open-source, small footprint implementation of Tcl"
url="https://github.com/msteveb/jimtcl"
arch="all"
license="BSD-2-Clause"
+depends_dev="openssl1.1-compat-dev"
makedepends="
+ $depends_dev
libexecinfo-dev
- openssl1.1-compat-dev
readline-dev
sqlite-dev
tcl
zlib-dev
"
-depends_dev="openssl1.1-compat-dev"
options="net" # fix check with abuild rootbld
subpackages="$pkgname-dbg $pkgname-readline $pkgname-sqlite3 $pkgname-dev $pkgname-doc"
source="https://github.com/msteveb/jimtcl/archive/$pkgver/jimtcl-$pkgver.tar.gz