diff options
| author | Max Brazhnikov <makc@FreeBSD.org> | 2010-05-17 22:20:41 +0000 |
|---|---|---|
| committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-05-17 22:20:41 +0000 |
| commit | bcad3e23ca8d4c940e44f8ce4308beeffd2ea267 (patch) | |
| tree | b151803e7584046fe3f1d349f073b0c1dba99da9 /emulators/loemu | |
| parent | 79ce264e0cd3bf155f58a343098c3b35538671ad (diff) | |
Notes
Diffstat (limited to 'emulators/loemu')
| -rw-r--r-- | emulators/loemu/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/loemu/Makefile b/emulators/loemu/Makefile index 1d60908bf3f5..2932b0b6af17 100644 --- a/emulators/loemu/Makefile +++ b/emulators/loemu/Makefile @@ -7,7 +7,7 @@ PORTNAME= loemu PORTVERSION= 0.3.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= emulators python MASTER_SITES= http://loemu.pegueroles.com/dists/ @@ -23,15 +23,15 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes NO_BUILD= yes -OPTIONS= SDLMAME "Install sdlmame emulator" on \ +OPTIONS= MAME "Install mame emulator" on \ XMAME "Install xmame emulator" off \ SNES9X "Install snes9x emulator" on \ ZSNES "Install zsnes emulator" off .include <bsd.port.pre.mk> -.if !defined(WITHOUT_SDLMAME) -RUN_DEPENDS+= sdlmame:${PORTSDIR}/emulators/sdlmame +.if !defined(WITHOUT_MAME) +RUN_DEPENDS+= mame:${PORTSDIR}/emulators/mame .endif .if defined(WITH_XMAME) |
