diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2013-10-04 17:18:44 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2013-10-04 17:18:44 +0000 |
commit | 32e23fd557590dc701727b6cd7502f7ada719f9f (patch) | |
tree | 8935b7a0d59262e885998d0d32697c8fd34e2726 /emulators/mupen64plus | |
parent | 30d7d310d36b3284ac883203f9d89422852e824a (diff) | |
download | ports-32e23fd557590dc701727b6cd7502f7ada719f9f.tar.gz ports-32e23fd557590dc701727b6cd7502f7ada719f9f.zip |
Notes
Diffstat (limited to 'emulators/mupen64plus')
-rw-r--r-- | emulators/mupen64plus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/mupen64plus/Makefile b/emulators/mupen64plus/Makefile index fe753576cb1d..2f553263593f 100644 --- a/emulators/mupen64plus/Makefile +++ b/emulators/mupen64plus/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mupen64plus -PORTVERSION= 1.99.4 -PORTREVISION= 3 +PORTVERSION= 2.0 CATEGORIES= emulators MASTER_SITES= # empty DISTFILES= # empty @@ -24,6 +23,7 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/${PORTNAME}/mupen64plus-input-sdl.so:${PORTSDIR}/ # Graphics plugins RUN_DEPENDS+= ${LOCALBASE}/lib/${PORTNAME}/mupen64plus-video-rice.so:${PORTSDIR}/emulators/mupen64plus-video-rice +RUN_DEPENDS+= ${LOCALBASE}/lib/${PORTNAME}/mupen64plus-video-glide64mk2.so:${PORTSDIR}/emulators/mupen64plus-video-glide64mk2 # RSP plugins RUN_DEPENDS+= ${LOCALBASE}/lib/${PORTNAME}/mupen64plus-rsp-hle.so:${PORTSDIR}/emulators/mupen64plus-rsp-hle |