pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/snes9x-gtk include bsd.prefs.mk before condi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a8fa8ec7cbd6
branches:  trunk
changeset: 392097:a8fa8ec7cbd6
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Apr 25 15:15:20 2009 +0000

description:
include bsd.prefs.mk before conditional

diffstat:

 emulators/snes9x-gtk/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r bbc28cbac718 -r a8fa8ec7cbd6 emulators/snes9x-gtk/Makefile
--- a/emulators/snes9x-gtk/Makefile     Sat Apr 25 15:09:02 2009 +0000
+++ b/emulators/snes9x-gtk/Makefile     Sat Apr 25 15:15:20 2009 +0000
@@ -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 @@
 
 CONFIGURE_ARGS+=       --without-opengl
 
+.include "../../mk/bsd.prefs.mk"
+
 .if ${MACHINE_ARCH} == "i386"
 BUILD_DEPENDS+=                nasm>=0.98:../../devel/nasm
 .endif



Home | Main Index | Thread Index | Old Index