aboutsummaryrefslogtreecommitdiffstats
path: root/main/dnssec-root
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2018-10-25 17:29:01 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2018-10-25 18:01:07 +0200
commit51bee4a4198175f136a16f41f86f7089e1f7257e (patch)
tree061de50fe2206961b98150c97e92f5703b4d91dc /main/dnssec-root
parent8d7ba8c2e400cd6a4ca329e00e018561b7f2b677 (diff)
downloadaports-51bee4a4198175f136a16f41f86f7089e1f7257e.tar.bz2
aports-51bee4a4198175f136a16f41f86f7089e1f7257e.tar.xz
main/dnssec-root: depend on libressl instead of openssl
The package simply needs the openssl binary which is also provided by the libressl package and currently libressl is still our default openssl implementation.
Diffstat (limited to 'main/dnssec-root')
-rw-r--r--main/dnssec-root/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/dnssec-root/APKBUILD b/main/dnssec-root/APKBUILD
index 205a382116..3c7a9f1cda 100644
--- a/main/dnssec-root/APKBUILD
+++ b/main/dnssec-root/APKBUILD
@@ -10,7 +10,7 @@ url="https://www.iana.org/dnssec/"
arch="noarch"
license="Public-Domain"
depends=""
-makedepends="python3 openssl"
+makedepends="python3 libressl"
install=""
subpackages=""
options="net"