nsd: needs pkg-config.

This commit is contained in:
Leah Neukirchen 2025-04-27 15:22:42 +02:00
parent 003a3fc2ad
commit 957b7ca8bb

View file

@ -5,7 +5,7 @@ revision=1
build_style=gnu-configure
configure_args="--enable-ratelimit --enable-ratelimit-default-is-off
--with-libevent=${XBPS_CROSS_BASE}/usr --with-ssl=${XBPS_CROSS_BASE}/usr"
hostmakedepends="automake"
hostmakedepends="automake pkg-config"
makedepends="libevent-devel"
short_desc="Authoritative only, high performance and simple DNS server"
maintainer="Leah Neukirchen <leah@vuxu.org>"