aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2015-05-25 18:21:59 +0800
committermarino <marino@FreeBSD.org>2015-05-25 18:21:59 +0800
commitbbd15aedf3deec4784f32bf6ebaa1e09b6b9f2b4 (patch)
treebb3d3a31cb6e7b548045aac3796d2beb1485490e /emulators
parent46979e8ba35f203957eb626ee53e7a416c8a6ab0 (diff)
downloadfreebsd-ports-graphics-bbd15aedf3deec4784f32bf6ebaa1e09b6b9f2b4.tar.gz
freebsd-ports-graphics-bbd15aedf3deec4784f32bf6ebaa1e09b6b9f2b4.tar.zst
freebsd-ports-graphics-bbd15aedf3deec4784f32bf6ebaa1e09b6b9f2b4.zip
emulators/qmc2: Adjust after update to mame/mess
The mame and mess executable names have changed slightly. For i386 platforms, they are still "mame" and "mess" but for amd64 platforms, they are "mame64" and "mess64". Change the RUN_DEPENDS specification to adjust for this morphing name. I suspect a patch is also needed for amd64 but I don't know where it would go. I'll notify the maintainer. The RUN_DEPENDS fix and the hardcoded CFLAG fix are "just fix it" items.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/qmc2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/qmc2/Makefile b/emulators/qmc2/Makefile
index 77d467fc065..adc7b4a9bce 100644
--- a/emulators/qmc2/Makefile
+++ b/emulators/qmc2/Makefile
@@ -9,8 +9,8 @@ MASTER_SITES= SF
MAINTAINER= danilo@FreeBSD.org
COMMENT= Qt4 based UNIX MAME/MESS frontend
-RUN_DEPENDS= mame:${PORTSDIR}/emulators/mame \
- mess:${PORTSDIR}/emulators/mess
+RUN_DEPENDS= mame>=0.154:${PORTSDIR}/emulators/mame \
+ mess>=0.154:${PORTSDIR}/emulators/mess
OPTIONS_DEFINE= DOCS
@@ -23,7 +23,7 @@ USE_QT4= gui opengl phonon qtestlib webkit xml \
moc_build qmake_build rcc_build uic_build
USE_SDL= sdl
-CXXFLAGS+= -I/usr/local/include/SDL/
+CXXFLAGS+= -I${PREFIX}/include/SDL/
MAKE_ARGS= QTDIR="${QT_PREFIX}" QMAKE="${QMAKE}" \
SYSCONFDIR="${PREFIX}/etc" ARCH="${OPSYS}" \
CC_FLAGS="${CFLAGS} -DUSE_FILE32API" \