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/stratagus | |
parent | 78b522d04c8a56a2bcf7582bd65b2e049494ea9e (diff) |
Notes
Diffstat (limited to 'games/stratagus')
-rw-r--r-- | games/stratagus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/stratagus/Makefile b/games/stratagus/Makefile index fb18e554cd78..578fba760eee 100644 --- a/games/stratagus/Makefile +++ b/games/stratagus/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ USE_GITHUB= yes GH_ACCOUNT= Wargus -USES= cmake compiler:c++11-lang gl lua:51 pkgconfig sqlite +USES= cmake compiler:c++11-lang gl lua:51 pkgconfig sdl sqlite USE_GL= gl glu USE_SDL= sdl CMAKE_ARGS= -DGAMEDIR:STRING="bin" \ |