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
This commit is contained in:
parent
afb577de76
commit
1497e8695f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=501173
1 changed files with 3 additions and 3 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue