Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jul 2019 01:01:09 +0000 (UTC)
From:      Steven Kreuzer <skreuzer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r506785 - head/devel/libzookeeper
Message-ID:  <201907170101.x6H11908042986@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: skreuzer
Date: Wed Jul 17 01:01:09 2019
New Revision: 506785
URL: https://svnweb.freebsd.org/changeset/ports/506785

Log:
  Fix Poudriere build failure
  
  PKG_CHECK_MODULES is defined in pkgconf, so add "USES= pkgconfig"
  
  PR:		239254
  Submitted by:	Sergey Akhmatov <sergey@akhmatov.ru>

Modified:
  head/devel/libzookeeper/Makefile

Modified: head/devel/libzookeeper/Makefile
==============================================================================
--- head/devel/libzookeeper/Makefile	Tue Jul 16 23:47:06 2019	(r506784)
+++ head/devel/libzookeeper/Makefile	Wed Jul 17 01:01:09 2019	(r506785)
@@ -19,7 +19,7 @@ ONLY_FOR_ARCHS_REASON=	uses x86 assembly
 
 LIB_DEPENDS=	libcppunit.so:devel/cppunit
 
-USES=		autoreconf libtool
+USES=		autoreconf libtool pkgconfig
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes



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