aboutsummaryrefslogtreecommitdiff
path: root/graphics/opencsg
diff options
context:
space:
mode:
authorMichael Reifenberger <mr@FreeBSD.org>2019-01-13 12:56:07 +0000
committerMichael Reifenberger <mr@FreeBSD.org>2019-01-13 12:56:07 +0000
commitf4657840a1ac7197b07144e38d407023c6aa4a00 (patch)
treeb8ad78ece158104086e2addf5b5387a9ffda5c62 /graphics/opencsg
parent7bbcaaf5be2fdc5304f42ad713e10de9e1a50ddf (diff)
downloadports-f4657840a1ac7197b07144e38d407023c6aa4a00.tar.gz
ports-f4657840a1ac7197b07144e38d407023c6aa4a00.zip
The port seems to depend on opengles2 so add it to the USES list
Notes
Notes: svn path=/head/; revision=490133
Diffstat (limited to 'graphics/opencsg')
-rw-r--r--graphics/opencsg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/opencsg/Makefile b/graphics/opencsg/Makefile
index 7a07ab629900..e39d24cb16d0 100644
--- a/graphics/opencsg/Makefile
+++ b/graphics/opencsg/Makefile
@@ -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}