diff options
author | Nick Sayer <nsayer@FreeBSD.org> | 2001-04-05 13:10:00 +0000 |
---|---|---|
committer | Nick Sayer <nsayer@FreeBSD.org> | 2001-04-05 13:10:00 +0000 |
commit | 8124bb4ba10cc7c8e45075496270d34932777e12 (patch) | |
tree | bf291c8e4cd79cf25dbc78d2e35a55d23a0c2f6a /emulators | |
parent | f5a3c0f232ab4b14c54f954a083f99c4099f6caf (diff) | |
download | ports-8124bb4ba10cc7c8e45075496270d34932777e12.tar.gz ports-8124bb4ba10cc7c8e45075496270d34932777e12.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xmame/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index c295fa40ff17..f5c3b31ba486 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -199,6 +199,7 @@ do-configure: -e "s@/usr/X11R6@${X11BASE}@g" \ -e "s@ARCH = linux@ARCH = freebsd@g" \ -e "s@# X11_DGA@X11_DGA@g" \ + -e "s@# JOY_USB@JOY_USB@g" \ -e "s@= x11@= ${DISPLAY_METHOD}@g" \ -e "s@= mame@= ${MAMEMESS}@g" \ -e "s@# X86_ASM@${ASM_COMMENT}X86_ASM@g" \ |