diff options
author | rm <rm@FreeBSD.org> | 2013-09-01 23:19:48 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2013-09-01 23:19:48 +0800 |
commit | 891054e540c420f608a270516ae091fccd1056f0 (patch) | |
tree | 3ceb89fdae3de54c0b84178c14a4b02cfab25f9c /games | |
parent | 39fa457f51717ecdd8ccb3eeddf5adc79c42f507 (diff) | |
download | freebsd-ports-gnome-891054e540c420f608a270516ae091fccd1056f0.tar.gz freebsd-ports-gnome-891054e540c420f608a270516ae091fccd1056f0.tar.zst freebsd-ports-gnome-891054e540c420f608a270516ae091fccd1056f0.zip |
- 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)
Diffstat (limited to 'games')
-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 |