summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-11-01 13:17:18 +0000
committertron <tron@pkgsrc.org>2001-11-01 13:17:18 +0000
commit2bd334d16525cce668e68c81b6d287d6cc20c171 (patch)
tree776f68a5cdd55e9ceb8bfe6cfb52a20b81fab245 /emulators
parent15e4e111a586455ffebb10ae105b12fa7d695822 (diff)
downloadpkgsrc-2bd334d16525cce668e68c81b6d287d6cc20c171.tar.gz
Include "bsd.prefs.mk" before checking for the DGA support so that the
check actually works.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/xmame/Makefile4
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)