svn commit: r492229 - head/games/glest

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Feb 5 13:56:28 UTC 2019


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 at 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


More information about the svn-ports-head mailing list