From 1844041b9c62f3d03571414714bf5c95950599c1 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 24 Mar 2014 12:04:27 +0000 Subject: [PATCH] Switch to wx 3.0 --- emulators/dolphin-emu/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emulators/dolphin-emu/Makefile b/emulators/dolphin-emu/Makefile index d45391475495..ff7c53375fea 100644 --- a/emulators/dolphin-emu/Makefile +++ b/emulators/dolphin-emu/Makefile @@ -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}/devel/libexecinfo \ 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