diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-09-01 15:19:48 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-09-01 15:19:48 +0000 |
commit | 4347d9e45fdb790dcf372cbce6ecc948b4671c39 (patch) | |
tree | 3ceb89fdae3de54c0b84178c14a4b02cfab25f9c /games/super_methane_brothers | |
parent | dd7c2bf519f90d0df052d40896f2408853f934e0 (diff) |
- update to 2.3.7
- chase the update in games/super_methane_brothers
- convert USE_GMAKE to USES, while here
PR: 181491
Submitted by: chris petrik <c.petrik.sosa@gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=325864
Diffstat (limited to 'games/super_methane_brothers')
-rw-r--r-- | games/super_methane_brothers/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/super_methane_brothers/Makefile b/games/super_methane_brothers/Makefile index 8875ce62737e..02bf16dcec22 100644 --- a/games/super_methane_brothers/Makefile +++ b/games/super_methane_brothers/Makefile @@ -3,6 +3,7 @@ PORTNAME= super_methane_brothers PORTVERSION= 1.5.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/methane/Methane%20Stable/Methane%20V${PORTVERSION} DISTNAME= methane-${PORTVERSION} @@ -16,10 +17,9 @@ LICENSE= GPLv2 LIB_DEPENDS= clan23Core:${PORTSDIR}/devel/clanlib \ execinfo:${PORTSDIR}/devel/libexecinfo -USES= pkgconfig +USES= gmake pkgconfig USE_GCC= yes USE_GL= glu -USE_GMAKE= yes MAKE_ENV= METHANE_FLAGS="${CPPFLAGS}" METHANE_LIBS="${LDFLAGS}" MAKE_JOBS_UNSAFE= yes |