diff options
author | acm <acm@FreeBSD.org> | 2007-10-09 15:49:15 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2007-10-09 15:49:15 +0800 |
commit | a843896827bd1be41c1a501a3a35586a63cfa4bf (patch) | |
tree | cbc905e97358b96bebf3ee2f4a25af01b8d79916 /emulators/mupen64 | |
parent | 1410c4e7f80583946a3c3582aaccf6749e1f5012 (diff) | |
download | freebsd-ports-gnome-a843896827bd1be41c1a501a3a35586a63cfa4bf.tar.gz freebsd-ports-gnome-a843896827bd1be41c1a501a3a35586a63cfa4bf.tar.zst freebsd-ports-gnome-a843896827bd1be41c1a501a3a35586a63cfa4bf.zip |
- Add emulators/mupen64-tr64 port
- Bump PORTREVISION
Diffstat (limited to 'emulators/mupen64')
-rw-r--r-- | emulators/mupen64/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/mupen64/Makefile b/emulators/mupen64/Makefile index 4ae7389c04b7..68d6723ae375 100644 --- a/emulators/mupen64/Makefile +++ b/emulators/mupen64/Makefile @@ -7,6 +7,7 @@ PORTNAME= mupen64 PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= # empty DISTFILES= # empty @@ -28,11 +29,12 @@ RUN_DEPENDS+= ${PLUGINDIR}/mupen64_input.so:${PORTSDIR}/emulators/mupen64-input RUN_DEPENDS+= ${PLUGINDIR}/blight_input.so:${PORTSDIR}/emulators/mupen64-sdlinput RUN_DEPENDS+= ${PLUGINDIR}/mupen64_hle_rsp_azimer.so:${PORTSDIR}/emulators/mupen64-rsp -# Graphic plugins +# Graphics plugins 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 NO_MTREE= yes NO_BUILD= yes |