svn commit: r325978 - head/x11/libxcb

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 2 11:56:53 UTC 2013


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


More information about the svn-ports-head mailing list