diff options
author | makc <makc@FreeBSD.org> | 2010-08-08 21:00:48 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-08-08 21:00:48 +0800 |
commit | ef675ef0874788e40660ea434c9eb020b513f48b (patch) | |
tree | 74c88810ded97ef3765a72c32c2f981977f7593a /emulators/qmc2 | |
parent | e8c8abc044ecd18898ddeb1911d76be105f5a1fc (diff) | |
download | freebsd-ports-gnome-ef675ef0874788e40660ea434c9eb020b513f48b.tar.gz freebsd-ports-gnome-ef675ef0874788e40660ea434c9eb020b513f48b.tar.zst freebsd-ports-gnome-ef675ef0874788e40660ea434c9eb020b513f48b.zip |
Chase sdlmess -> mess rename
Diffstat (limited to 'emulators/qmc2')
-rw-r--r-- | emulators/qmc2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qmc2/Makefile b/emulators/qmc2/Makefile index c480825d994f..a2f2987ac4a1 100644 --- a/emulators/qmc2/Makefile +++ b/emulators/qmc2/Makefile @@ -7,7 +7,7 @@ PORTNAME= qmc2 PORTVERSION= 0.2.b8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= SF @@ -15,7 +15,7 @@ MAINTAINER= elbarto@ArcadeBSD.org COMMENT= Qt 4 based UNIX MAME/MESS frontend supporting MAME/SDLMESS RUN_DEPENDS= mame:${PORTSDIR}/emulators/mame -RUN_DEPENDS+= sdlmess:${PORTSDIR}/emulators/sdlmess +RUN_DEPENDS+= mess:${PORTSDIR}/emulators/mess USE_BZIP2= yes USE_GMAKE= yes |