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/qmc2 | |
parent | 629aa50c4236cf749e910af79fdbfd7cbd4ea3ca (diff) | |
download | freebsd-ports-gnome-0280bfaf25e1c6296791b896c7b9d1d396f27abd.tar.gz freebsd-ports-gnome-0280bfaf25e1c6296791b896c7b9d1d396f27abd.tar.zst freebsd-ports-gnome-0280bfaf25e1c6296791b896c7b9d1d396f27abd.zip |
emulators/sdlmame was renamed to mame
Diffstat (limited to 'emulators/qmc2')
-rw-r--r-- | emulators/qmc2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/qmc2/Makefile b/emulators/qmc2/Makefile index e4952bc1511b..c480825d994f 100644 --- a/emulators/qmc2/Makefile +++ b/emulators/qmc2/Makefile @@ -7,14 +7,14 @@ PORTNAME= qmc2 PORTVERSION= 0.2.b8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= SF MAINTAINER= elbarto@ArcadeBSD.org -COMMENT= Qt 4 based UNIX MAME/MESS frontend supporting SDLMAME/SDLMESS +COMMENT= Qt 4 based UNIX MAME/MESS frontend supporting MAME/SDLMESS -RUN_DEPENDS= sdlmame:${PORTSDIR}/emulators/sdlmame +RUN_DEPENDS= mame:${PORTSDIR}/emulators/mame RUN_DEPENDS+= sdlmess:${PORTSDIR}/emulators/sdlmess USE_BZIP2= yes |