diff options
Diffstat (limited to 'games/spring/Makefile')
-rw-r--r-- | games/spring/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/spring/Makefile b/games/spring/Makefile index 2cbff5488613..6fa916bc6910 100644 --- a/games/spring/Makefile +++ b/games/spring/Makefile @@ -33,7 +33,7 @@ USE_LDCONFIG= yes LLD_UNSAFE= yes DOS2UNIX_GLOB= *.h *.hpp *.cpp -USES= cmake compiler:c++11-lib dos2unix openal:al tar:lzma +USES= cmake:insource compiler:c++11-lib dos2unix openal:al tar:lzma USES+= desktop-file-utils shared-mime-info CMAKE_ARGS= -DDATADIR:STRING="share/${PORTNAME}" \ -DAI_TYPES:STRING="NATIVE" \ |