svn commit: r506785 - head/devel/libzookeeper

Steven Kreuzer skreuzer at FreeBSD.org
Wed Jul 17 01:01:10 UTC 2019


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 at 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


More information about the svn-ports-head mailing list