aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/xmame
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2004-05-02 15:27:08 +0800
committervs <vs@FreeBSD.org>2004-05-02 15:27:08 +0800
commitddc6111c63aa3c26ee5c2561d9a5dd161a340174 (patch)
tree712c25ba5e968b4e49f7bf8e56e7387bb5092c80 /emulators/xmame
parent66f2236e4a31e686725e8949cb37549d7a97eb73 (diff)
downloadfreebsd-ports-gnome-ddc6111c63aa3c26ee5c2561d9a5dd161a340174.tar.gz
freebsd-ports-gnome-ddc6111c63aa3c26ee5c2561d9a5dd161a340174.tar.zst
freebsd-ports-gnome-ddc6111c63aa3c26ee5c2561d9a5dd161a340174.zip
Makefile
Diffstat (limited to 'emulators/xmame')
-rw-r--r--emulators/xmame/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile
index 3265494bf898..ce4d0d3a5716 100644
--- a/emulators/xmame/Makefile
+++ b/emulators/xmame/Makefile
@@ -260,7 +260,7 @@ pre-everything::
do-configure:
${REINPLACE_CMD} -e "s@= gcc@?= ${CC}@g" \
-e "s@^TARGET.*@TARGET = ${MAMEMESS}@g" \
- -e "s@# MAME_NET@${NETWORK}MAME_NET@g" \
+ -e "s@# XMAME_NET@${NETWORK}XMAME_NET@g" \
-e "s@# X86_ASM_68000 =@${ASM_COMMENT}X86_ASM_68000 =@g" \
-e "s@^CFLAGS.*@CFLAGS ?= ${CFLAGS}@g" \
-e "s@^INSTALL_GROUP.*@INSTALL_GROUP = wheel@g" \