diff options
Diffstat (limited to 'games/wargus/Makefile')
-rw-r--r-- | games/wargus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/wargus/Makefile b/games/wargus/Makefile index 45a3d43301e4..6eec4a5b4aeb 100644 --- a/games/wargus/Makefile +++ b/games/wargus/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= libpng.so:graphics/png USE_GITHUB= yes GH_ACCOUNT= Wargus -USES= cmake compiler:c++11-lang pkgconfig +USES= cmake compiler:c++11-lang gnome pkgconfig xorg CMAKE_ARGS= -DGAMEDIR:STRING="bin" \ -DSHAREDIR:STRING="${DATADIR_REL}" USE_XORG= x11 |