svn commit: r501231 - head/games/gzdoom

Antoine Brodin antoine at FreeBSD.org
Sat May 11 08:21:23 UTC 2019


Author: antoine
Date: Sat May 11 08:21:22 2019
New Revision: 501231
URL: https://svnweb.freebsd.org/changeset/ports/501231

Log:
  Revert 501173, it's obviously incomplete
  
  Reported by:	pkg-fallout

Modified:
  head/games/gzdoom/Makefile

Modified: head/games/gzdoom/Makefile
==============================================================================
--- head/games/gzdoom/Makefile	Sat May 11 08:15:28 2019	(r501230)
+++ head/games/gzdoom/Makefile	Sat May 11 08:21:22 2019	(r501231)
@@ -1,7 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	gzdoom
-PORTVERSION=	4.1.1
+PORTVERSION=	3.7.2
+PORTREVISION=	1
 DISTVERSIONPREFIX=	g
 CATEGORIES=	games
 
@@ -21,8 +22,7 @@ LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfluidsynth.so:audio/fluidsynth \
 		libgme.so:audio/libgme
 
-USES=		cmake compiler:c++11-lang gettext gl gnome jpeg openal \
-		pkgconfig sdl
+USES=		cmake gettext jpeg openal pkgconfig
 
 DATADIR=	${DMDIR}/${PORTNAME}
 


More information about the svn-ports-all mailing list