diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-24 20:04:27 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-24 20:04:27 +0800 |
commit | 33b95cbfcf366995595e0a936429c934afb7485f (patch) | |
tree | 4ce38d2fdf7bcdd6cf94558994cf1759cbbe151c /emulators | |
parent | 1b5be75144ad051e3186a7a88cfc3355dca66544 (diff) | |
download | freebsd-ports-graphics-33b95cbfcf366995595e0a936429c934afb7485f.tar.gz freebsd-ports-graphics-33b95cbfcf366995595e0a936429c934afb7485f.tar.zst freebsd-ports-graphics-33b95cbfcf366995595e0a936429c934afb7485f.zip |
Switch to wx 3.0
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/dolphin-emu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/dolphin-emu/Makefile b/emulators/dolphin-emu/Makefile index d4539147549..ff7c53375fe 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 |