From 1497e8695f67c46ff1966c7a2f707af4684aa9ca Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Fri, 10 May 2019 13:03:28 +0000 Subject: games/gzdoom: update to 4.1.1 Among many fixes, this brings compatibility with non-x86 platforms. PR: 236988 Approved by: kevans (maintainer), mat (mentor) Differential Revision: https://reviews.freebsd.org/D20149 --- games/gzdoom/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games/gzdoom') diff --git a/games/gzdoom/Makefile b/games/gzdoom/Makefile index ef2002799fe3..f4c2cc1d2247 100644 --- a/games/gzdoom/Makefile +++ b/games/gzdoom/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= gzdoom -PORTVERSION= 3.7.2 -PORTREVISION= 1 +PORTVERSION= 4.1.1 DISTVERSIONPREFIX= g CATEGORIES= games @@ -22,7 +21,8 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfluidsynth.so:audio/fluidsynth \ libgme.so:audio/libgme -USES= cmake gettext jpeg openal pkgconfig +USES= cmake compiler:c++11-lang gettext gl gnome jpeg openal \ + pkgconfig sdl DATADIR= ${DMDIR}/${PORTNAME} -- cgit v1.2.3