diff options
Diffstat (limited to 'games/arx-libertatis/Makefile')
-rw-r--r-- | games/arx-libertatis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/arx-libertatis/Makefile b/games/arx-libertatis/Makefile index 550bdab1d09b..e805603040a9 100644 --- a/games/arx-libertatis/Makefile +++ b/games/arx-libertatis/Makefile @@ -22,7 +22,7 @@ USE_XZ= yes USE_OPENAL= yes USE_SDL= sdl USE_GL= gl glu -USE_CMAKE= yes +USES= cmake CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR="man" -DDATA_DIR=arx MAKE_JOBS_SAFE= yes |