svn commit: r348946 - head/emulators/dolphin-emu

Baptiste Daroussin bapt at FreeBSD.org
Mon Mar 24 12:04:27 UTC 2014


Author: bapt
Date: Mon Mar 24 12:04:27 2014
New Revision: 348946
URL: http://svnweb.freebsd.org/changeset/ports/348946
QAT: https://qat.redports.org/buildarchive/r348946/

Log:
  Switch to wx 3.0

Modified:
  head/emulators/dolphin-emu/Makefile

Modified: head/emulators/dolphin-emu/Makefile
==============================================================================
--- head/emulators/dolphin-emu/Makefile	Mon Mar 24 11:58:01 2014	(r348945)
+++ head/emulators/dolphin-emu/Makefile	Mon Mar 24 12:04:27 2014	(r348946)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dolphin-emu
 PORTVERSION=	4.0.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	emulators
 MASTER_SITES=	http://contribs.martymac.org/FreeBSD-ports/distfiles/ \
 		LOCAL/martymac
@@ -23,7 +23,7 @@ LIB_DEPENDS=	libexecinfo.so:${PORTSDIR}/
 
 USE_SDL=	sdl
 USE_XORG=	ice xext x11 xrandr xi
-USE_WX=		2.9+
+USE_WX=		3.0+
 WX_UNICODE=	yes
 USE_GL=	gl glew glu
 


More information about the svn-ports-all mailing list