svn commit: r326002 - head/graphics/libGL

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 2 14:39:52 UTC 2013


Author: bapt
Date: Mon Sep  2 14:39:52 2013
New Revision: 326002
URL: http://svnweb.freebsd.org/changeset/ports/326002

Log:
  Do not overwrite any existing USES that breaks graphics/dri defining USES=pkgconfig

Modified:
  head/graphics/libGL/bsd.mesalib.mk

Modified: head/graphics/libGL/bsd.mesalib.mk
==============================================================================
--- head/graphics/libGL/bsd.mesalib.mk	Mon Sep  2 14:36:22 2013	(r326001)
+++ head/graphics/libGL/bsd.mesalib.mk	Mon Sep  2 14:39:52 2013	(r326002)
@@ -41,7 +41,7 @@ BUILD_DEPENDS+=	makedepend:${PORTSDIR}/d
 		python:${PORTSDIR}/lang/python \
 		${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2
 
-USES=	bison
+USES+=	bison
 USE_PYTHON_BUILD=yes
 USE_BZIP2=	yes
 USE_GMAKE=	yes


More information about the svn-ports-all mailing list