diff options
Diffstat (limited to 'games/odamex/Makefile')
-rw-r--r-- | games/odamex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/odamex/Makefile b/games/odamex/Makefile index 42b712684d63..390c6195114a 100644 --- a/games/odamex/Makefile +++ b/games/odamex/Makefile @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libpng.so:graphics/png USE_SDL= sdl mixer -USES= cmake compiler dos2unix tar:bzip2 +USES= cmake:insource compiler dos2unix tar:bzip2 DOS2UNIX_FILES= CMakeLists.txt odalaunch/CMakeLists.txt common/d_main.cpp CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}} |