Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Feb 2019 13:40:06 +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: r492209 - head/emulators/wxmupen64plus
Message-ID:  <201902051340.x15De6mV099010@repo.freebsd.org>

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

Log:
  - Add USES=gl, add missing GL, XORG depends
  - Convert USE_SDL=yes to USE_SDL=sdl
  
  Approved by:	portmgr blanket

Modified:
  head/emulators/wxmupen64plus/Makefile

Modified: head/emulators/wxmupen64plus/Makefile
==============================================================================
--- head/emulators/wxmupen64plus/Makefile	Tue Feb  5 13:21:27 2019	(r492208)
+++ head/emulators/wxmupen64plus/Makefile	Tue Feb  5 13:40:06 2019	(r492209)
@@ -3,7 +3,7 @@
 
 PORTNAME=	wxmupen64plus
 PORTVERSION=	0.3
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	emulators
 MASTER_SITES=	https://bitbucket.org/auria/wxmupen64plus/get/
 DISTNAME=	${PORTVERSION}
@@ -22,9 +22,11 @@ RUN_DEPENDS=	${LOCALBASE}/lib/libmupen64plus.so.2:emul
 
 WRKSRC=		${WRKDIR}/auria-${PORTNAME}-0564db396383
 
-USES=		compiler:c++11-lib python:2.7
+USES=		compiler:c++11-lib gl python:2.7
 USE_CXXSTD=	c++11
-USE_SDL=	yes
+USE_SDL=	sdl
+USE_GL=		gl
+USE_XORG=	x11
 USE_WX=		3.0
 WAF_SCRIPT=	waf
 



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