diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-05 11:01:28 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-07 16:46:15 +0000 |
commit | 15eb9ae5cd630cfe15f7d75aab36f95cb4e55c13 (patch) | |
tree | 4a0de9464cf4b689e3039f87e423e7466c553523 /community/acme-client/APKBUILD | |
parent | 1cd1794b132f1a3b97d2faeb3a5dbd219ceec685 (diff) | |
download | aports-15eb9ae5cd630cfe15f7d75aab36f95cb4e55c13.tar.bz2 aports-15eb9ae5cd630cfe15f7d75aab36f95cb4e55c13.tar.xz |
community/acme-client: add comment about openssl
acme-client requires libressl. This should be ok for us, since this is
not a library or depends on other librearies that uses openssl.
Diffstat (limited to 'community/acme-client/APKBUILD')
-rw-r--r-- | community/acme-client/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/acme-client/APKBUILD b/community/acme-client/APKBUILD index 108880e588..af909593b1 100644 --- a/community/acme-client/APKBUILD +++ b/community/acme-client/APKBUILD @@ -10,7 +10,7 @@ arch="all" license="ISC" options="!check" # no test suite depends="ca-certificates" -makedepends="bsd-compat-headers libressl-dev" +makedepends="bsd-compat-headers libressl-dev" # FIXME: support openssl 1.1 subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/kristapsdz/acme-client-portable/archive/VERSION_$_ver.tar.gz default-ca.patch |