diff options
| author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 10:47:01 +0000 |
|---|---|---|
| committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 10:47:01 +0000 |
| commit | ef878751a79ba6aaefefa599a76c833c618977d5 (patch) | |
| tree | e67483ee6a85fa279cba6dfa007a1304c37237d9 /games/instead | |
| parent | 78b522d04c8a56a2bcf7582bd65b2e049494ea9e (diff) | |
games: Add missing USES={gnome,gl,sdl,xorg}
Notes
svn path=/head/; revision=517046
Diffstat (limited to 'games/instead')
| -rw-r--r-- | games/instead/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/instead/Makefile b/games/instead/Makefile index c1f48d79159c..7e1ebc9ce6b8 100644 --- a/games/instead/Makefile +++ b/games/instead/Makefile @@ -39,8 +39,10 @@ LUAJIT_DESC= Use LuaJIT instead of Lua SDL_USE= SDL=sdl,image,ttf,mixer SDL2_USE= SDL=sdl2,image2,ttf2,mixer2 SDL2_CMAKE_BOOL= WITH_SDL2 +GTK2_USES= gnome GTK2_USE= GNOME=gtk20 GTK2_CMAKE_BOOL= WITH_GTK2 +GTK3_USES= gnome GTK3_USE= GNOME=gtk30 GTK3_CMAKE_BOOL= WITH_GTK3 LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit |
