Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Feb 2019 13:56:27 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492229 - head/games/glest
Message-ID:  <201902051356.x15DuRDO011776@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Feb  5 13:56:27 2019
New Revision: 492229
URL: https://svnweb.freebsd.org/changeset/ports/492229

Log:
  - Add missing depends (ogg, gl, x11)
  - Add USES=gl
  - Convert USE_SDL=yes to USE_SDL=sdl
  
  Approved by:	portmgr blanket

Modified:
  head/games/glest/Makefile

Modified: head/games/glest/Makefile
==============================================================================
--- head/games/glest/Makefile	Tue Feb  5 13:52:07 2019	(r492228)
+++ head/games/glest/Makefile	Tue Feb  5 13:56:27 2019	(r492229)
@@ -3,7 +3,7 @@
 
 PORTNAME=	glest
 PORTVERSION=	3.2.2
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}%20source/${PORTVERSION}
 DISTNAME=	${PORTNAME}_source_${PORTVERSION}
@@ -13,14 +13,16 @@ MAINTAINER=	mmokhi@FreeBSD.org
 COMMENT=	Free 3D real-time customizable strategy game
 
 LIB_DEPENDS=	libxerces-c.so:textproc/xerces-c3 \
-		libvorbis.so:audio/libvorbis
+		libvorbis.so:audio/libvorbis \
+		libogg.so:audio/libogg
 BUILD_DEPENDS=	jam:devel/jam
 RUN_DEPENDS=	${LOCALBASE}/${DATADIR_REL}/servers.ini:games/glest-data
 
-USES=		autoreconf:build dos2unix localbase lua:51 openal:al,alut \
+USES=		autoreconf:build dos2unix gl localbase lua:51 openal:al,alut \
 		pkgconfig zip
-USE_SDL=	yes
-USE_GL=		yes
+USE_SDL=	sdl
+USE_GL=		gl glu
+USE_XORG=	x11
 LLD_UNSAFE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_SCRIPT=	mk/linux/configure



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