diff options
Diffstat (limited to 'games/monster-masher/Makefile')
-rw-r--r-- | games/monster-masher/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/monster-masher/Makefile b/games/monster-masher/Makefile index 62fe46884aaa..423818da267b 100644 --- a/games/monster-masher/Makefile +++ b/games/monster-masher/Makefile @@ -16,7 +16,8 @@ LIB_DEPENDS= libgnomecanvasmm-2.6.so:graphics/libgnomecanvasmm26 \ libgconfmm-2.6.so:devel/gconfmm26 \ libglademm-2.4.so:devel/libglademm24 -USES= compiler:c++11-lang pathfix gettext gmake pkgconfig tar:bzip2 +USES= compiler:c++11-lang gettext gmake gnome pathfix pkgconfig \ + tar:bzip2 USE_CXXSTD= c++11 USE_GNOME= gnomeprefix intlhack libgnome GNU_CONFIGURE= yes |