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 /games/gemrb | |
parent | mail/thunderbird: update to 68.2.2 rc1 (diff) |
Add USES=xorg USES=gl, ports categories e and g
Add USES=xorg and USES=gl to ports in categories starting with 'e' and 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Notes
Notes:
svn path=/head/; revision=516847
Diffstat (limited to 'games/gemrb')
-rw-r--r-- | games/gemrb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/gemrb/Makefile b/games/gemrb/Makefile index 6fc558fda8f3..86b86ed29a7d 100644 --- a/games/gemrb/Makefile +++ b/games/gemrb/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ OPTIONS_DEFINE= DOCS OPENGL OPTIONS_SUB= yes +OPENGL_USES= gl OPENGL_USE= gl=gl,glu,glew OPENGL_CMAKE_ON=-DOPENGL_BACKEND=OpenGL |