Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 May 2019 08:21:23 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501231 - head/games/gzdoom
Message-ID:  <201905110821.x4B8LNRj083402@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905110821.x4B8LNRj083402>