diff options
author | kristerw <kristerw@pkgsrc.org> | 2002-03-06 23:03:33 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2002-03-06 23:03:33 +0000 |
commit | 0e8620f40081897663e360482b0d31de8263517d (patch) | |
tree | af20c4330372476ccbc3b4a23b82fd4eca438cec /emulators | |
parent | adb3310fd97e7c76802ccbd1ed0adb81fd463635 (diff) | |
download | pkgsrc-0e8620f40081897663e360482b0d31de8263517d.tar.gz |
Fix a dumb typo that prevents DGA support being compiled.
Noted by mycroft in the xmame package.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xmess/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile index 40a75f09c16..15d0300940c 100644 --- a/emulators/xmess/Makefile +++ b/emulators/xmess/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2002/01/12 22:53:16 kristerw Exp $ +# $NetBSD: Makefile,v 1.19 2002/03/06 23:03:33 kristerw Exp $ # DISTNAME= xmame-0.56.2 @@ -87,7 +87,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 |