diff options
author | makc <makc@FreeBSD.org> | 2010-05-18 06:20:41 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-05-18 06:20:41 +0800 |
commit | 0280bfaf25e1c6296791b896c7b9d1d396f27abd (patch) | |
tree | e05a674d1eb1e1e894abf37ca692859da187cd8e /emulators/loemu | |
parent | 629aa50c4236cf749e910af79fdbfd7cbd4ea3ca (diff) | |
download | freebsd-ports-graphics-0280bfaf25e1c6296791b896c7b9d1d396f27abd.tar.gz freebsd-ports-graphics-0280bfaf25e1c6296791b896c7b9d1d396f27abd.tar.zst freebsd-ports-graphics-0280bfaf25e1c6296791b896c7b9d1d396f27abd.zip |
emulators/sdlmame was renamed to mame
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 1d60908bf3f..2932b0b6af1 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) |