diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-16 00:27:20 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-16 00:29:37 +0100 |
commit | f43a8fe5fad29a1f32d06370287c88c9b6e11011 (patch) | |
tree | 3fe1216692ba77af482224c25a40a9df738b29dd /testing/racket | |
parent | a47cd132134c30bd30a48c7e72cafa5ac083dd85 (diff) | |
download | aports-f43a8fe5fad29a1f32d06370287c88c9b6e11011.tar.bz2 aports-f43a8fe5fad29a1f32d06370287c88c9b6e11011.tar.xz |
testing/racket: add ca-certs and ssl libs to depends
They are needed for racket's openssl module, used e.g. by raco tool.
Diffstat (limited to 'testing/racket')
-rw-r--r-- | testing/racket/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/racket/APKBUILD b/testing/racket/APKBUILD index 84ed468c39..7d77f6b1e8 100644 --- a/testing/racket/APKBUILD +++ b/testing/racket/APKBUILD @@ -11,6 +11,7 @@ pkgdesc="A general purpose programming language in the Lisp-Scheme family" url="https://racket-lang.org/" arch="all" license="LGPL-3.0-or-later MIT" +depends="ca-certificates libressl2.6-libcrypto libressl2.6-libssl" makedepends="chrpath libffi-dev libucontext-dev paxmark" subpackages="$pkgname-dev $pkgname-doc" source="https://download.racket-lang.org/releases/$pkgver/installers/$pkgname-minimal-$pkgver-src.tgz |