diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-24 20:05:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-24 20:05:23 +0800 |
commit | f5e18c73ddcb0cb8bfac3f3a9b5cee2778e188b0 (patch) | |
tree | f8cd5edddf36a38d49156c9b75ba1b19e4411f92 /emulators/wxmupen64plus | |
parent | c67029a9fa9dcf31a086a6ebf7ed806bc472efc6 (diff) | |
download | freebsd-ports-gnome-f5e18c73ddcb0cb8bfac3f3a9b5cee2778e188b0.tar.gz freebsd-ports-gnome-f5e18c73ddcb0cb8bfac3f3a9b5cee2778e188b0.tar.zst freebsd-ports-gnome-f5e18c73ddcb0cb8bfac3f3a9b5cee2778e188b0.zip |
Switch to wx 3.0
Diffstat (limited to 'emulators/wxmupen64plus')
-rw-r--r-- | emulators/wxmupen64plus/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/wxmupen64plus/Makefile b/emulators/wxmupen64plus/Makefile index 83a9c941397a..14eb977a7355 100644 --- a/emulators/wxmupen64plus/Makefile +++ b/emulators/wxmupen64plus/Makefile @@ -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/libmupen64plus.so.2:${PORTSDIR}/emulators/mupen64p PROJECTHOST= bsdistfiles USE_SDL= yes -USE_WX= 2.9 +USE_WX= 3.0 WX_UNICODE= yes USE_PYTHON= yes WAF_SCRIPT= waf |