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/monster-masher | |
parent | 78b522d04c8a56a2bcf7582bd65b2e049494ea9e (diff) | |
download | ports-ef878751a79ba6aaefefa599a76c833c618977d5.tar.gz ports-ef878751a79ba6aaefefa599a76c833c618977d5.zip |
games: Add missing USES={gnome,gl,sdl,xorg}
Notes
Notes:
svn path=/head/; revision=517046
Diffstat (limited to 'games/monster-masher')
-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 |