Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jan 2019 12:56:07 +0000 (UTC)
From:      Michael Reifenberger <mr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r490133 - head/graphics/opencsg
Message-ID:  <201901131256.x0DCu73F071378@repo.freebsd.org>

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



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