diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-08-08 13:00:48 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-08-08 13:00:48 +0000 |
commit | a208ab44c0b6f0f4b5e88c07aa733a239758432d (patch) | |
tree | cf3028157a08e7ee49606a1ba01debd2274265f0 /emulators | |
parent | d95f58fef242e1ad4dd451fc5ce034b7fb422bb2 (diff) |
Notes
Diffstat (limited to 'emulators')
-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 |