diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2018-10-22 17:00:42 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2018-10-22 17:00:42 +0800 |
commit | e73c34b1534264c0e7a9d709fcf566dc61d0a5b2 (patch) | |
tree | d9b951fedb0e06b87a887585419db12a95aceee1 /games | |
parent | f8a7ef375153716514f7fc014d3d20c2fa97c6db (diff) | |
download | freebsd-ports-gnome-e73c34b1534264c0e7a9d709fcf566dc61d0a5b2.tar.gz freebsd-ports-gnome-e73c34b1534264c0e7a9d709fcf566dc61d0a5b2.tar.zst freebsd-ports-gnome-e73c34b1534264c0e7a9d709fcf566dc61d0a5b2.zip |
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@anongoth.pl>
MFH: 2018Q4 (blanket)
Diffstat (limited to 'games')
-rw-r--r-- | games/mrboom/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/mrboom/Makefile b/games/mrboom/Makefile index 61deb2f3c8a4..51c56e68b572 100644 --- a/games/mrboom/Makefile +++ b/games/mrboom/Makefile @@ -3,6 +3,7 @@ PORTNAME= mrboom PORTVERSION= 4.5 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= ehaupt@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 |