aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/libressl/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/libressl/APKBUILD b/main/libressl/APKBUILD
index 2aa90f0855..f24efb5938 100644
--- a/main/libressl/APKBUILD
+++ b/main/libressl/APKBUILD
@@ -15,9 +15,9 @@ url="http://www.libressl.org/"
arch="all"
license="custom"
depends=""
-makedepends_build=""
-makedepends_host="linux-headers automake autoconf libtool"
-makedepends="$makedepends_host"
+makedepends_build="automake autoconf libtool"
+makedepends_host="linux-headers"
+makedepends="$makedepends_host $makedepends_build"
replaces="openssl"
subpackages="$pkgname-dbg $_namever-libcrypto:_libs $_namever-libssl:_libs
$_namever-libtls:_libs $pkgname-dev $pkgname-doc"