svn commit: r326050 - head/graphics/mesa-demos

Antoine Brodin antoine at FreeBSD.org
Mon Sep 2 18:15:57 UTC 2013


Author: antoine
Date: Mon Sep  2 18:15:57 2013
New Revision: 326050
URL: http://svnweb.freebsd.org/changeset/ports/326050

Log:
  Add an explicit dependency on pkgconf
  
  Approved by:	portmgr (bapt)

Modified:
  head/graphics/mesa-demos/Makefile

Modified: head/graphics/mesa-demos/Makefile
==============================================================================
--- head/graphics/mesa-demos/Makefile	Mon Sep  2 18:14:45 2013	(r326049)
+++ head/graphics/mesa-demos/Makefile	Mon Sep  2 18:15:57 2013	(r326050)
@@ -11,7 +11,7 @@ MAINTAINER=	x11 at FreeBSD.org
 COMMENT=	OpenGL demos distributed with Mesa
 
 USE_BZIP2=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 GNU_CONFIGURE=	yes
 USE_GL=		glu glut glew
 USE_XORG=	glproto x11 xext xi xxf86vm xdamage xfixes dri2proto


More information about the svn-ports-all mailing list