Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Oct 2012 07:01:04 +0000 (UTC)
From:      Doug Barton <dougb@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305095 - head/graphics/libGL
Message-ID:  <201210010701.q91714KI099459@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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