diff options
author | Michael Reifenberger <mr@FreeBSD.org> | 2019-01-13 12:56:07 +0000 |
---|---|---|
committer | Michael Reifenberger <mr@FreeBSD.org> | 2019-01-13 12:56:07 +0000 |
commit | f4657840a1ac7197b07144e38d407023c6aa4a00 (patch) | |
tree | b8ad78ece158104086e2addf5b5387a9ffda5c62 /graphics/opencsg | |
parent | 7bbcaaf5be2fdc5304f42ad713e10de9e1a50ddf (diff) | |
download | ports-f4657840a1ac7197b07144e38d407023c6aa4a00.tar.gz ports-f4657840a1ac7197b07144e38d407023c6aa4a00.zip |
Notes
Diffstat (limited to 'graphics/opencsg')
-rw-r--r-- | graphics/opencsg/Makefile | 2 |
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} |