diff options
Diffstat (limited to 'games/super_methane_brothers/Makefile')
-rw-r--r-- | games/super_methane_brothers/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/super_methane_brothers/Makefile b/games/super_methane_brothers/Makefile index dee96306db8d..303f7a7e6972 100644 --- a/games/super_methane_brothers/Makefile +++ b/games/super_methane_brothers/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libclan23Core.so:devel/clanlib -USES= gmake localbase pkgconfig tar:tgz +USES= compiler:c++0x gmake localbase pkgconfig tar:tgz MAKE_ENV= METHANE_FLAGS="${CPPFLAGS}" METHANE_LIBS="${LIBS}" MAKE_JOBS_UNSAFE= yes |