svn commit: r490133 - head/graphics/opencsg

Michael Reifenberger mr at FreeBSD.org
Sun Jan 13 12:56:08 UTC 2019


Author: mr
Date: Sun Jan 13 12:56:07 2019
New Revision: 490133
URL: https://svnweb.freebsd.org/changeset/ports/490133

Log:
  The port seems to depend on opengles2 so add it to the USES list

Modified:
  head/graphics/opencsg/Makefile

Modified: head/graphics/opencsg/Makefile
==============================================================================
--- head/graphics/opencsg/Makefile	Sun Jan 13 12:46:49 2019	(r490132)
+++ head/graphics/opencsg/Makefile	Sun Jan 13 12:56:07 2019	(r490133)
@@ -15,7 +15,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/../license.txt
 
 USES=		compiler:c++11-lang qmake qt:5
-USE_GL=		gl glew
+USE_GL=		gl glesv2 glew
 USE_QT=		qmake_build
 WRKSRC=		${WRKDIR}/${DISTNAME}/src
 PLIST_SUB=      PORTVERSION=${PORTVERSION}


More information about the svn-ports-all mailing list