diff options
-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 |