svn commit: r492209 - head/emulators/wxmupen64plus

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Feb 5 13:40:07 UTC 2019


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
 


More information about the svn-ports-all mailing list