summaryrefslogtreecommitdiff
path: root/emulators/snes9x-gtk
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2009-04-25 15:15:20 +0000
committertnn <tnn@pkgsrc.org>2009-04-25 15:15:20 +0000
commit5646e09be6ab8335781e1f1c173ce88ac5d6f28f (patch)
treea751645a56941c3e65d776f655293e5ecdf8f5e8 /emulators/snes9x-gtk
parentf0227a7e56edb375d0248bd2a717b5ea9a9d9b24 (diff)
downloadpkgsrc-5646e09be6ab8335781e1f1c173ce88ac5d6f28f.tar.gz
include bsd.prefs.mk before conditional
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