summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authortnn <tnn>2009-04-25 15:15:20 +0000
committertnn <tnn>2009-04-25 15:15:20 +0000
commitee65f3745b10a692acb56145d210382c53fb4c72 (patch)
treea751645a56941c3e65d776f655293e5ecdf8f5e8 /emulators
parent4479c06beb0017ae73dd99b345eb9846a6faead1 (diff)
downloadpkgsrc-ee65f3745b10a692acb56145d210382c53fb4c72.tar.gz
include bsd.prefs.mk before conditional
Diffstat (limited to 'emulators')
-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