diff options
author | martti <martti@pkgsrc.org> | 2007-10-09 19:19:08 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2007-10-09 19:19:08 +0000 |
commit | bd986edbc7589ee68fff8e2354ef7cb37ad88aa3 (patch) | |
tree | 488c199f5e0dcd8590ae7d8cb773b5ff2390f025 /emulators/xmame | |
parent | f60e7ea91d1d67decdb632a17986eeb37478c6f4 (diff) | |
download | pkgsrc-bd986edbc7589ee68fff8e2354ef7cb37ad88aa3.tar.gz |
Remove trailing spaces.
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 becda585a05..f559b6df9ee 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.150 2007/03/25 20:42:14 wiz Exp $ +# $NetBSD: Makefile,v 1.151 2007/10/09 19:19:09 martti Exp $ # DISTNAME= xmame-0.106 @@ -64,7 +64,7 @@ MAKE_FLAGS+= ARCH="${MAME_ARCH.${OPSYS}}" .include "../../x11/libXxf86vm/buildlink3.mk" MAKE_FLAGS+= X11_DGA=1 MAKE_FLAGS+= X11_XV=1 -.else +.else . if exists(${X11BASE}/include/X11/extensions/xf86dga.h) MAKE_FLAGS+= X11_DGA=1 . endif |