svn commit: r301726 - head/graphics/dri

Doug Barton dougb at FreeBSD.org
Mon Jul 30 17:47:54 UTC 2012


Author: dougb
Date: Mon Jul 30 17:47:53 2012
New Revision: 301726
URL: http://svn.freebsd.org/changeset/ports/301726

Log:
  Add USE_PKGCONFIG= build, otherwise configure fails

Modified:
  head/graphics/dri/Makefile

Modified: head/graphics/dri/Makefile
==============================================================================
--- head/graphics/dri/Makefile	Mon Jul 30 17:24:18 2012	(r301725)
+++ head/graphics/dri/Makefile	Mon Jul 30 17:47:53 2012	(r301726)
@@ -16,6 +16,7 @@ COMMENT=	OpenGL hardware acceleration dr
 LIB_DEPENDS=	drm:${PORTSDIR}/graphics/libdrm \
 		expat.6:${PORTSDIR}/textproc/expat2
 
+USE_PKGCONFIG=	build
 USE_XORG=	glproto x11 xext xxf86vm xdamage xfixes dri2proto
 
 do-install:



More information about the svn-ports-all mailing list