diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-10-15 02:38:22 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-10-15 02:38:22 +0000 |
commit | 01c373bea41e215798f158b17e3faf46d6d0db3a (patch) | |
tree | e5f17d448032e1b86826f5fd324916d55161633e /emulators/mupen64 | |
parent | f12a3206a89926dfb57baab682822cf2a6b4a5ac (diff) | |
download | ports-01c373bea41e215798f158b17e3faf46d6d0db3a.tar.gz ports-01c373bea41e215798f158b17e3faf46d6d0db3a.zip |
Notes
Diffstat (limited to 'emulators/mupen64')
-rw-r--r-- | emulators/mupen64/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/mupen64/Makefile b/emulators/mupen64/Makefile index 68d6723ae375..d4bf282db60d 100644 --- a/emulators/mupen64/Makefile +++ b/emulators/mupen64/Makefile @@ -7,7 +7,7 @@ PORTNAME= mupen64 PORTVERSION= 0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= # empty DISTFILES= # empty @@ -34,7 +34,7 @@ RUN_DEPENDS+= ${PLUGINDIR}/ricedaedalus.so:${PORTSDIR}/emulators/mupen64-rice RUN_DEPENDS+= ${PLUGINDIR}/mupen64_soft_gfx.so:${PORTSDIR}/emulators/mupen64-softgfx RUN_DEPENDS+= ${PLUGINDIR}/Glide64.so:${PORTSDIR}/emulators/mupen64-glide RUN_DEPENDS+= ${PLUGINDIR}/glN64.so:${PORTSDIR}/emulators/mupen64-gln64 -RUN_DEPENDS+= ${PLUGINDIR}/trgl64gl.so:${PORTSDIR}/emulators/mupen64-tr64 +RUN_DEPENDS+= ${PLUGINDIR}/tr64gl.so:${PORTSDIR}/emulators/mupen64-tr64 NO_MTREE= yes NO_BUILD= yes |