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 12455697b48d..8875ce62737e 100644 --- a/games/super_methane_brothers/Makefile +++ b/games/super_methane_brothers/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= clan23Core:${PORTSDIR}/devel/clanlib \ execinfo:${PORTSDIR}/devel/libexecinfo USES= pkgconfig -USE_GCC= 4.6+ +USE_GCC= yes USE_GL= glu USE_GMAKE= yes MAKE_ENV= METHANE_FLAGS="${CPPFLAGS}" METHANE_LIBS="${LDFLAGS}" |