summaryrefslogtreecommitdiff
path: root/emulators/snes9x-gtk
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/snes9x-gtk')
-rw-r--r--emulators/snes9x-gtk/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/snes9x-gtk/Makefile b/emulators/snes9x-gtk/Makefile
index 347d07aaf5b..7fad1e3d9ed 100644
--- a/emulators/snes9x-gtk/Makefile
+++ b/emulators/snes9x-gtk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2009/04/25 15:09:02 tnn Exp $
+# $NetBSD: Makefile,v 1.4 2009/04/25 15:15:20 tnn Exp $
#
DISTNAME= snes9x-1.51-src-gtk-70
@@ -22,6 +22,8 @@ USE_TOOLS+= intltool pkg-config
CONFIGURE_ARGS+= --without-opengl
+.include "../../mk/bsd.prefs.mk"
+
.if ${MACHINE_ARCH} == "i386"
BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm
.endif