diff options
author | tnn <tnn@pkgsrc.org> | 2009-04-25 15:15:20 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-04-25 15:15:20 +0000 |
commit | 5646e09be6ab8335781e1f1c173ce88ac5d6f28f (patch) | |
tree | a751645a56941c3e65d776f655293e5ecdf8f5e8 /emulators/snes9x-gtk/Makefile | |
parent | f0227a7e56edb375d0248bd2a717b5ea9a9d9b24 (diff) | |
download | pkgsrc-5646e09be6ab8335781e1f1c173ce88ac5d6f28f.tar.gz |
include bsd.prefs.mk before conditional
Diffstat (limited to 'emulators/snes9x-gtk/Makefile')
-rw-r--r-- | emulators/snes9x-gtk/Makefile | 4 |
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 |