diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-05 22:21:16 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-05 22:21:16 +0000 |
commit | a3c56e68df3a7bf6713f80ab7c2e99f961e98a80 (patch) | |
tree | 831a3c893bea5650066440c5b2854bd428d2cc44 /graphics/cegui | |
parent | 680550419d6ab5747243411408ef3f63ee7d4b77 (diff) | |
download | ports-a3c56e68df3a7bf6713f80ab7c2e99f961e98a80.tar.gz ports-a3c56e68df3a7bf6713f80ab7c2e99f961e98a80.zip |
Notes
Diffstat (limited to 'graphics/cegui')
-rw-r--r-- | graphics/cegui/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/cegui/Makefile b/graphics/cegui/Makefile index 6f302aa7eadc..8070e1af637c 100644 --- a/graphics/cegui/Makefile +++ b/graphics/cegui/Makefile @@ -92,6 +92,7 @@ IRRLICHT_LIB_DEPENDS= libIrrlicht.so:x11-toolkits/irrlicht IRRLICHT_CMAKE_ON= -DCEGUI_BUILD_RENDERER_IRRLICHT=ON IRRLICHT_CMAKE_OFF= -DCEGUI_BUILD_RENDERER_IRRLICHT=OFF OPENGL_BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm +OPENGL_USES= gl OPENGL_USE= GL=gl,glew,glu OPENGL_CMAKE_ON= -DCEGUI_BUILD_RENDERER_OPENGL=ON OPENGL_CMAKE_OFF= -DCEGUI_BUILD_RENDERER_OPENGL=OFF |