diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/mrboom/Makefile | 5 | ||||
-rw-r--r-- | games/oolite/Makefile | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/games/mrboom/Makefile b/games/mrboom/Makefile index 658517198412..9e5f11022139 100644 --- a/games/mrboom/Makefile +++ b/games/mrboom/Makefile @@ -12,10 +12,9 @@ COMMENT= 8 players Bomberman clone LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libminizip.so:archivers/minizip \ - libmodplug.so:audio/libmodplug +LIB_DEPENDS= libmodplug.so:audio/libmodplug -USES= compiler:c++11-lang gmake sdl +USES= compiler:c++11-lang gmake minizip sdl USE_SDL= mixer2 sdl2 MAKE_ENV+= LIBSDL2=1 diff --git a/games/oolite/Makefile b/games/oolite/Makefile index 74954b1ea14b..61b3660fcad7 100644 --- a/games/oolite/Makefile +++ b/games/oolite/Makefile @@ -18,10 +18,9 @@ BUILD_DEPENDS= zip:archivers/zip \ LIB_DEPENDS= libespeak.so:audio/espeak \ libnspr4.so:devel/nspr \ libvorbisfile.so:audio/libvorbis \ - libpng.so:graphics/png \ - libminizip.so:archivers/minizip + libpng.so:graphics/png -USES= gl gnustep openal:al perl5 python:3.5+,build sdl \ +USES= gl gnustep openal:al minizip perl5 python:3.5+,build sdl \ tar:bzip2 xorg USE_CXXSTD= gnu++98 USE_GL= gl glu |