diff options
Diffstat (limited to 'games/wyrmgus/Makefile')
-rw-r--r-- | games/wyrmgus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/wyrmgus/Makefile b/games/wyrmgus/Makefile index 4e7db67ef09f..0c6ae7b8c848 100644 --- a/games/wyrmgus/Makefile +++ b/games/wyrmgus/Makefile @@ -22,7 +22,7 @@ USE_GITHUB= yes GH_ACCOUNT= Andrettin GH_PROJECT= Wyrmgus -USES= compiler:c++11-lib cmake:outsource lua:51 pkgconfig sqlite +USES= compiler:c++11-lib cmake lua:51 pkgconfig sqlite USE_SDL= sdl CMAKE_ARGS= -DGAMEDIR:STRING="bin" \ -DTOLUA++_APP:STRING="tolua++-${LUA_VER}" \ |