aboutsummaryrefslogtreecommitdiffstats
path: root/community/pdns-recursor
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-10-07 17:55:59 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-10-10 12:04:42 +0000
commit6c5450ed98a96485115cb27879471aca0b264097 (patch)
tree01755fa3f4735f09a444e093aa9714cca76c656c /community/pdns-recursor
parent19340b1aaf7a07f1a24cfb7bc8bc8dcbeeebc024 (diff)
downloadaports-6c5450ed98a96485115cb27879471aca0b264097.tar.bz2
aports-6c5450ed98a96485115cb27879471aca0b264097.tar.xz
community/pdns-recursor: rebuild against libressl
Diffstat (limited to 'community/pdns-recursor')
-rw-r--r--community/pdns-recursor/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/pdns-recursor/APKBUILD b/community/pdns-recursor/APKBUILD
index 3d9f03ab69..9d619897f3 100644
--- a/community/pdns-recursor/APKBUILD
+++ b/community/pdns-recursor/APKBUILD
@@ -1,14 +1,14 @@
# Contributor: Olivier Mauras <olivier@mauras.ch>
pkgname=pdns-recursor
pkgver=4.0.3
-pkgrel=0
+pkgrel=1
pkgdesc="PowerDNS Recursive Server"
url="http://www.powerdns.com/"
arch="all"
license="GPL"
depends=""
depends_dev=""
-makedepends="$depends_dev boost-dev lua-dev openssl-dev"
+makedepends="$depends_dev boost-dev lua-dev libressl-dev"
install="$pkgname.pre-install $pkgname.post-deinstall"
subpackages="$pkgname-doc"
pkgusers="pdns"