Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Sep 2018 14:42:34 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480177 - head/dns/unbound
Message-ID:  <201809201442.w8KEgYcw050397@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809201442.w8KEgYcw050397>