diff options
author | Steve Wills <swills@FreeBSD.org> | 2018-09-20 22:42:34 +0800 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2018-09-20 22:42:34 +0800 |
commit | ad6cb4b025f3a26ff32e0e24c7b06bf588715345 (patch) | |
tree | 0e46e67976920f9e4b7adbb566ebc7f60f564d53 /dns/unbound | |
parent | f81bec17302c83d9b5f1ccd6a2f2d2da2d734539 (diff) | |
download | freebsd-ports-gnome-ad6cb4b025f3a26ff32e0e24c7b06bf588715345.tar.gz freebsd-ports-gnome-ad6cb4b025f3a26ff32e0e24c7b06bf588715345.tar.zst freebsd-ports-gnome-ad6cb4b025f3a26ff32e0e24c7b06bf588715345.zip |
dns/unbound: Fix configure in some cases
Fix configure by adding missing pkgconfig to uses
PR: 231488
Submitted by: leres (solution, via email), mfechner (patch)
Reported by: leres, mfechner
Approved by: jaap@NLnetLabs.nl (maintainer)
Diffstat (limited to 'dns/unbound')
-rw-r--r-- | dns/unbound/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile index f7531421f744..17e5fb365594 100644 --- a/dns/unbound/Makefile +++ b/dns/unbound/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libexpat.so:textproc/expat2 \ libldns.so:dns/ldns -USES= autoreconf cpe libtool ssl +USES= autoreconf cpe libtool pkgconfig ssl CPE_VENDOR= nlnetlabs GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} --with-libexpat=${LOCALBASE} |