Date: Mon, 24 Mar 2014 12:04:27 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348946 - head/emulators/dolphin-emu Message-ID: <201403241204.s2OC4RhF066234@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403241204.s2OC4RhF066234>