diff options
author | tron <tron@pkgsrc.org> | 2001-11-01 13:17:18 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-11-01 13:17:18 +0000 |
commit | 2bd334d16525cce668e68c81b6d287d6cc20c171 (patch) | |
tree | 776f68a5cdd55e9ceb8bfe6cfb52a20b81fab245 /emulators/xmame | |
parent | 15e4e111a586455ffebb10ae105b12fa7d695822 (diff) | |
download | pkgsrc-2bd334d16525cce668e68c81b6d287d6cc20c171.tar.gz |
Include "bsd.prefs.mk" before checking for the DGA support so that the
check actually works.
Diffstat (limited to 'emulators/xmame')
-rw-r--r-- | emulators/xmame/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 086ee55c9c3..2925960a430 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2001/09/25 21:06:01 mycroft Exp $ +# $NetBSD: Makefile,v 1.56 2001/11/01 13:17:18 tron Exp $ # DISTNAME= xmame-0.55.1 @@ -30,6 +30,8 @@ MAKE_ENV+= OPSYS=${OPSYS} ARCH=${ARCH} \ MAKEFILE= makefile.unix DISPLAY_METHOD= x11 +.include "../../mk/bsd.prefs.mk" + ROMPATH= ${PREFIX}/share/xmame SPOOLDIR= /var/games/xmame .if exists(/usr/include/machine/joystick.h) |