community/libreswan: fix build break because of missing ldns-dev dependancy

This commit is contained in:
mksully22 2018-05-23 14:35:19 +00:00 committed by Natanael Copa
parent 182a71280a
commit c1161bf25b

View File

@ -2,7 +2,7 @@
pkgname=libreswan pkgname=libreswan
pkgver=3.21 pkgver=3.21
pkgrel=1 pkgrel=2
pkgdesc="IPsec implementation for Linux" pkgdesc="IPsec implementation for Linux"
url="https://libreswan.org" url="https://libreswan.org"
arch="all" arch="all"
@ -11,7 +11,7 @@ depends="nss-tools iproute2"
provides="openswan" provides="openswan"
makedepends="bison flex coreutils bash xmlto makedepends="bison flex coreutils bash xmlto
gmp-dev linux-pam-dev nss-dev unbound-dev libcap-ng-dev gmp-dev linux-pam-dev nss-dev unbound-dev libcap-ng-dev
curl-dev nspr-dev bsd-compat-headers curl-dev nspr-dev bsd-compat-headers ldns-dev
" "
subpackages="$pkgname-doc" subpackages="$pkgname-doc"
source="https://download.libreswan.org/libreswan-$pkgver.tar.gz source="https://download.libreswan.org/libreswan-$pkgver.tar.gz