diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-01-14 02:03:05 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-01-14 02:03:05 +0000 |
commit | 1fa5c449b1fd0ecb9d947f2f078a8c7d19a4904c (patch) | |
tree | 5e60a6b4c8fb345218e611db5bee95468cd59dc9 /emulators/mupen64plus | |
parent | de94cdf35ba0c0b5c0249c6386f17abcaedae133 (diff) |
Notes
Diffstat (limited to 'emulators/mupen64plus')
-rw-r--r-- | emulators/mupen64plus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/mupen64plus/Makefile b/emulators/mupen64plus/Makefile index d557cc2d6a4b..b6f8e6a186b7 100644 --- a/emulators/mupen64plus/Makefile +++ b/emulators/mupen64plus/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mupen64plus -PORTVERSION= 1.4.1 +PORTVERSION= 1.5 CATEGORIES= emulators MASTER_SITES= # empty DISTFILES= # empty @@ -28,6 +28,7 @@ RUN_DEPENDS+= ${PLUGINDIR}/blight_input.so:${PORTSDIR}/emulators/mupen64plus-sdl RUN_DEPENDS+= ${PLUGINDIR}/mupen64_hle_rsp_azimer.so:${PORTSDIR}/emulators/mupen64plus-rsp # Graphics plugins +RUN_DEPENDS+= ${PLUGINDIR}/dummyvideo.so:${PORTSDIR}/emulators/mupen64plus-dummyvideo RUN_DEPENDS+= ${PLUGINDIR}/ricevideo.so:${PORTSDIR}/emulators/mupen64plus-rice RUN_DEPENDS+= ${PLUGINDIR}/glide64.so:${PORTSDIR}/emulators/mupen64plus-glide RUN_DEPENDS+= ${PLUGINDIR}/glN64.so:${PORTSDIR}/emulators/mupen64plus-gln64 |