diff options
author | mycroft <mycroft@pkgsrc.org> | 2002-02-19 23:36:24 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2002-02-19 23:36:24 +0000 |
commit | 6002d598fb5938799487cfa95bd305e4b228d7da (patch) | |
tree | d8c5326ebe37f4865fa05fdc42262d07547a22b1 /emulators/xmame | |
parent | 88885e7057b71c00a2ec95a99ca6f59e53628f3e (diff) | |
download | pkgsrc-6002d598fb5938799487cfa95bd305e4b228d7da.tar.gz |
Fix a dumb typo that prevents DGA support being compiled.
Diffstat (limited to 'emulators/xmame')
-rw-r--r-- | emulators/xmame/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 8dca13834ff..c3bd391d48a 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2002/02/06 22:01:25 kristerw Exp $ +# $NetBSD: Makefile,v 1.67 2002/02/19 23:36:24 mycroft Exp $ # DISTNAME= xmame-0.58.1 @@ -86,7 +86,7 @@ MAKE_FLAGS+= DISPLAY_METHOD="${MAME_DISP_METHOD}" MAKE_FLAGS+= MY_CPU="${MAME_CPU.${MACHINE_ARCH}}" MAKE_FLAGS+= ARCH="${MAME_ARCH.${OPSYS}}" -.if exists({${X11BASE}/include/X11/extensions/xf86dga.h) +.if exists(${X11BASE}/include/X11/extensions/xf86dga.h) MAKE_FLAGS+= X11_DGA=1 .endif |