diff options
author | acm <acm@FreeBSD.org> | 2007-10-15 10:38:22 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2007-10-15 10:38:22 +0800 |
commit | a8788bb5bf8e72108c1e0adabdd920951346cd9a (patch) | |
tree | 4828e186913b5ca8dbd223a1bd54997b91c71161 /emulators/mupen64 | |
parent | 7b332cd03bad89734e931a059e527d63842a5067 (diff) | |
download | freebsd-ports-gnome-a8788bb5bf8e72108c1e0adabdd920951346cd9a.tar.gz freebsd-ports-gnome-a8788bb5bf8e72108c1e0adabdd920951346cd9a.tar.zst freebsd-ports-gnome-a8788bb5bf8e72108c1e0adabdd920951346cd9a.zip |
- Fix emulators/mupen64-tr64 dependency
- Bump PORTREVISION
Reported by: erwin
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 |