svn commit: r480177 - head/dns/unbound

Steve Wills swills at FreeBSD.org
Thu Sep 20 14:42:35 UTC 2018


Author: swills
Date: Thu Sep 20 14:42:34 2018
New Revision: 480177
URL: https://svnweb.freebsd.org/changeset/ports/480177

Log:
  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 at NLnetLabs.nl (maintainer)

Modified:
  head/dns/unbound/Makefile   (contents, props changed)

Modified: head/dns/unbound/Makefile
==============================================================================
--- head/dns/unbound/Makefile	Thu Sep 20 14:12:24 2018	(r480176)
+++ head/dns/unbound/Makefile	Thu Sep 20 14:42:34 2018	(r480177)
@@ -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}


More information about the svn-ports-head mailing list