diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2010-12-17 05:06:20 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2010-12-17 05:06:20 +0000 |
commit | 5f71d29bc526ec6748761685fcdda576372b6e61 (patch) | |
tree | 9ea8229804ce187b29c0cac1ff2af02912e1c5fc | |
parent | e35fddd10cb2d362b368753c145f8fd003fa4b8d (diff) | |
download | ports-5f71d29bc526ec6748761685fcdda576372b6e61.tar.gz ports-5f71d29bc526ec6748761685fcdda576372b6e61.zip |
Notes
-rw-r--r-- | emulators/mupen64plus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/mupen64plus/Makefile b/emulators/mupen64plus/Makefile index 3e0cae309c12..f4ef35d7fea6 100644 --- a/emulators/mupen64plus/Makefile +++ b/emulators/mupen64plus/Makefile @@ -27,7 +27,7 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/mupen64plus-input-sdl.so:${PORTSDIR}/emulators/mu RUN_DEPENDS+= ${LOCALBASE}/lib/mupen64plus-rsp-hle.so:${PORTSDIR}/emulators/mupen64plus-rsp-hle # Graphics plugins -RUN_DEPENDS+= ${LOCALBASE}/lib/muen64plus-video-rice.so:${PORTSDIR}/emulators/mupen64plus-video-rice +RUN_DEPENDS+= ${LOCALBASE}/lib/mupen64plus-video-rice.so:${PORTSDIR}/emulators/mupen64plus-video-rice NO_MTREE= yes NO_BUILD= yes |