svn commit: r305095 - head/graphics/libGL

Doug Barton dougb at FreeBSD.org
Mon Oct 1 07:01:04 UTC 2012


Author: dougb
Date: Mon Oct  1 07:01:04 2012
New Revision: 305095
URL: http://svn.freebsd.org/changeset/ports/305095

Log:
  Without a build dep on pkgconf, configure fails

Modified:
  head/graphics/libGL/Makefile

Modified: head/graphics/libGL/Makefile
==============================================================================
--- head/graphics/libGL/Makefile	Mon Oct  1 06:59:54 2012	(r305094)
+++ head/graphics/libGL/Makefile	Mon Oct  1 07:01:04 2012	(r305095)
@@ -15,6 +15,7 @@ COMMENT=	OpenGL library that renders usi
 LIB_DEPENDS+=	drm:${PORTSDIR}/graphics/libdrm \
 		expat.6:${PORTSDIR}/textproc/expat2
 
+USE_PKGCONFIG=	build
 USE_XORG=	glproto x11 xext xxf86vm xdamage xfixes dri2proto:both
 
 SUB_FILES=	pkg-install pkg-deinstall



More information about the svn-ports-all mailing list