diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2011-12-20 23:43:18 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2011-12-20 23:43:18 +0000 |
commit | 7090bb959b582a1cb92521b12e04ada3b77e2b90 (patch) | |
tree | e2c246a3f04d8f8d48a995529e03542554d366d4 /emulators/mupen64plus/Makefile | |
parent | 9c19415a1724f55a6ce508e12dc55b8cc6125cb2 (diff) | |
download | freebsd-ports-7090bb959b582a1cb92521b12e04ada3b77e2b90.zip |
- Preparing for new mupen64plus plugin ports
- Bump PORTREVISION
Diffstat (limited to 'emulators/mupen64plus/Makefile')
-rw-r--r-- | emulators/mupen64plus/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/emulators/mupen64plus/Makefile b/emulators/mupen64plus/Makefile index 160a05087d79..1f76d34fd150 100644 --- a/emulators/mupen64plus/Makefile +++ b/emulators/mupen64plus/Makefile @@ -7,7 +7,7 @@ PORTNAME= mupen64plus PORTVERSION= 1.99.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= # empty DISTFILES= # empty @@ -25,11 +25,13 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/${PORTNAME}/mupen64plus-audio-sdl.so:${PORTSDIR}/ # Input plugins RUN_DEPENDS+= ${LOCALBASE}/lib/${PORTNAME}/mupen64plus-input-sdl.so:${PORTSDIR}/emulators/mupen64plus-input-sdl -RUN_DEPENDS+= ${LOCALBASE}/lib/${PORTNAME}/mupen64plus-rsp-hle.so:${PORTSDIR}/emulators/mupen64plus-rsp-hle # Graphics plugins RUN_DEPENDS+= ${LOCALBASE}/lib/${PORTNAME}/mupen64plus-video-rice.so:${PORTSDIR}/emulators/mupen64plus-video-rice +# RSP plugins +RUN_DEPENDS+= ${LOCALBASE}/lib/${PORTNAME}/mupen64plus-rsp-hle.so:${PORTSDIR}/emulators/mupen64plus-rsp-hle + NO_MTREE= yes NO_BUILD= yes SUB_FILES= pkg-message |