Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2013 11:56:52 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325978 - head/x11/libxcb
Message-ID:  <201309021156.r82Buqw0012618@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Sep  2 11:56:52 2013
New Revision: 325978
URL: http://svnweb.freebsd.org/changeset/ports/325978

Log:
  Add an explicit dependency on pkgconfig
  
  Reported by:	antoine

Modified:
  head/x11/libxcb/Makefile

Modified: head/x11/libxcb/Makefile
==============================================================================
--- head/x11/libxcb/Makefile	Mon Sep  2 11:41:55 2013	(r325977)
+++ head/x11/libxcb/Makefile	Mon Sep  2 11:56:52 2013	(r325978)
@@ -20,7 +20,7 @@ RUN_DEPENDS=	${LOCALBASE}/libdata/pkgcon
 CONFIGURE_ARGS+=	--disable-build-docs --without-doxygen --enable-xinput
 
 USE_BZIP2=	yes
-USES=		pathfix
+USES=		pathfix pkgconfig
 USE_GNOME=	libxslt:build
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes



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