diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2018-10-22 09:00:42 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2018-10-22 09:00:42 +0000 |
commit | 0c320ead22fff78f334ce4e0f836bf61504c7226 (patch) | |
tree | d9b951fedb0e06b87a887585419db12a95aceee1 /games/mrboom/Makefile | |
parent | f6df1f47fef39539200ed39312def4de2703ba9d (diff) | |
download | ports-0c320ead22fff78f334ce4e0f836bf61504c7226.tar.gz ports-0c320ead22fff78f334ce4e0f836bf61504c7226.zip |
Notes
Diffstat (limited to 'games/mrboom/Makefile')
-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 |