diff --git a/srcpkgs/ldns/template b/srcpkgs/ldns/template index e2158586bac..7a02c108b6d 100644 --- a/srcpkgs/ldns/template +++ b/srcpkgs/ldns/template @@ -1,7 +1,7 @@ # Template file for 'ldns' pkgname=ldns version=1.7.1 -revision=2 +revision=3 build_style=gnu-configure configure_args="--with-drill --with-examples --disable-dane-ta-usage --with-trust-anchor=/etc/dns/root.key @@ -30,7 +30,7 @@ libldns_package() { } } libldns-devel_package() { - depends="libldns>=${version}_${revision}" + depends="libldns>=${version}_${revision} libressl-devel" short_desc="Modern DNS/DNSSEC library -- development files" pkg_install() { vmove usr/bin/ldns-config