diff options
-rw-r--r-- | emulators/loemu/Makefile | 9 | ||||
-rw-r--r-- | emulators/loemu/pkg-descr | 2 |
2 files changed, 3 insertions, 8 deletions
diff --git a/emulators/loemu/Makefile b/emulators/loemu/Makefile index 0a253fad95c..7bd265a1af7 100644 --- a/emulators/loemu/Makefile +++ b/emulators/loemu/Makefile @@ -3,7 +3,7 @@ PORTNAME= loemu PORTVERSION= 0.3.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= emulators python MASTER_SITES= http://loemu.pegueroles.com/dists/ @@ -19,10 +19,9 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes NO_BUILD= yes -OPTIONS_DEFINE= MAME XMAME SNES9X ZSNES +OPTIONS_DEFINE= MAME SNES9X ZSNES OPTIONS_DEFAULT= MAME SNES9X MAME_DESC= Install mame emulator -XMAME_DESC= Install xmame emulator SNES9X_DESC= Install snes9x emulator ZSNES_DESC= Install zsnes emulator @@ -33,10 +32,6 @@ NO_STAGE= yes RUN_DEPENDS+= mame:${PORTSDIR}/emulators/mame .endif -.if ${PORT_OPTIONS:MXMAME} -RUN_DEPENDS+= xmame:${PORTSDIR}/emulators/xmame -.endif - .if ${PORT_OPTIONS:MSNES9X} RUN_DEPENDS+= snes9x:${PORTSDIR}/emulators/snes9x .endif diff --git a/emulators/loemu/pkg-descr b/emulators/loemu/pkg-descr index 193290e0f80..12185923821 100644 --- a/emulators/loemu/pkg-descr +++ b/emulators/loemu/pkg-descr @@ -2,7 +2,7 @@ Loemu is a free application that provides a simple frontend for various game emulators. Features: -- Currently it supports game emulation with xmame, sdlmame and snes9x. +- Currently it supports game emulation with mame, sdlmame and snes9x. - Browse games using dynamic list. This allows to browse in a list generated with some categories (and it has other advantages). - Finds games quickly. Using a specific dialog that looks for a game in all |