diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-22 15:40:32 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-22 15:40:32 +0200 |
commit | f75f7c62b824b549d3e1c17e386bc4608f9904e8 (patch) | |
tree | fa29a9b7419e73d6c4a2ea92513974c8fb262402 /testing/pdns-recursor | |
parent | c60d2a3ed5cb159da5b10609d7c4e6fed66ab85a (diff) | |
download | aports-f75f7c62b824b549d3e1c17e386bc4608f9904e8.tar.bz2 aports-f75f7c62b824b549d3e1c17e386bc4608f9904e8.tar.xz |
testing/pdns-recursor: openssl-dev
Diffstat (limited to 'testing/pdns-recursor')
-rw-r--r-- | testing/pdns-recursor/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/pdns-recursor/APKBUILD b/testing/pdns-recursor/APKBUILD index 5b437658c1..6247f07b69 100644 --- a/testing/pdns-recursor/APKBUILD +++ b/testing/pdns-recursor/APKBUILD @@ -8,7 +8,7 @@ arch="all" license="GPL" depends="" depends_dev="" -makedepends="$depends_dev boost-dev lua-dev" +makedepends="$depends_dev boost-dev lua-dev openssl-dev" install="$pkgname.pre-install $pkgname.post-deinstall" subpackages="$pkgname-doc" pkgusers="pdns" |