svn commit: r482739 - branches/2018Q4/games/mrboom
Emanuel Haupt
ehaupt at FreeBSD.org
Mon Oct 22 09:02:01 UTC 2018
Author: ehaupt
Date: Mon Oct 22 09:02:00 2018
New Revision: 482739
URL: https://svnweb.freebsd.org/changeset/ports/482739
Log:
MFH: r482737
USES=compiler:c++11-lang is necessary to build this port on architectures where
GCC 4.2 is present in base.
PR: 232279
Submitted by: Piotr Kubaj <pkubaj at anongoth.pl>
Approved by: ports-secteam (blanket)
Modified:
branches/2018Q4/games/mrboom/Makefile
Directory Properties:
branches/2018Q4/ (props changed)
Modified: branches/2018Q4/games/mrboom/Makefile
==============================================================================
--- branches/2018Q4/games/mrboom/Makefile Mon Oct 22 09:01:21 2018 (r482738)
+++ branches/2018Q4/games/mrboom/Makefile Mon Oct 22 09:02:00 2018 (r482739)
@@ -3,6 +3,7 @@
PORTNAME= mrboom
PORTVERSION= 4.5
+PORTREVISION= 1
CATEGORIES= games
MAINTAINER= ehaupt at FreeBSD.org
@@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libminizip.so:archivers/minizip \
libmodplug.so:audio/libmodplug
-USES= gmake
+USES= compiler:c++11-lang gmake
USE_GITHUB= yes
USE_SDL= sdl2 mixer2
More information about the svn-ports-all
mailing list