Date: Mon, 24 Mar 2014 12:05:23 +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: r348948 - head/emulators/wxmupen64plus Message-ID: <201403241205.s2OC5Nhd066501@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Mar 24 12:05:23 2014 New Revision: 348948 URL: http://svnweb.freebsd.org/changeset/ports/348948 QAT: https://qat.redports.org/buildarchive/r348948/ Log: Switch to wx 3.0 Modified: head/emulators/wxmupen64plus/Makefile Modified: head/emulators/wxmupen64plus/Makefile ============================================================================== --- head/emulators/wxmupen64plus/Makefile Mon Mar 24 12:05:21 2014 (r348947) +++ head/emulators/wxmupen64plus/Makefile Mon Mar 24 12:05:23 2014 (r348948) @@ -3,6 +3,7 @@ PORTNAME= wxmupen64plus PORTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ ${MASTER_SITE_LOCAL:S,$,acm/${PORTNAME}/,} \ @@ -10,7 +11,7 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DIST_SUBDIR= ${PORTNAME:S/wx//} MAINTAINER= acm@FreeBSD.org -COMMENT= A Mupen64Plus 2.0 GUI frontend written using wxWidgets +COMMENT= Mupen64Plus 2.0 GUI frontend written using wxWidgets LIB_DEPENDS= mupen64plus:${PORTSDIR}/emulators/mupen64plus-core RUN_DEPENDS= ${LOCALBASE}/lib/libmupen64plus.so.2:${PORTSDIR}/emulators/mupen64plus-core \ @@ -22,7 +23,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libmupen64 PROJECTHOST= bsdistfiles USE_SDL= yes -USE_WX= 2.9 +USE_WX= 3.0 WX_UNICODE= yes USE_PYTHON= yes WAF_SCRIPT= waf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403241205.s2OC5Nhd066501>