diff options
Diffstat (limited to 'games/frogatto/Makefile')
-rw-r--r-- | games/frogatto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/frogatto/Makefile b/games/frogatto/Makefile index ae26cb947278..baaa613b2bb1 100644 --- a/games/frogatto/Makefile +++ b/games/frogatto/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ USE_GITHUB= yes GH_ACCOUNT= frogatto -USES= gmake pkgconfig dos2unix +USES= compiler:c++11-lang dos2unix gmake pkgconfig ALL_TARGET= game server USE_GL= glew glu USE_SDL= sdl image mixer ttf |