summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authortnn <tnn>2009-04-25 15:09:02 +0000
committertnn <tnn>2009-04-25 15:09:02 +0000
commit62ab646c37f41702c059d1162d73d85e5a176c9d (patch)
tree6c19af4fba92266589e80a7180087f9aa403909f /emulators
parent147b94d09145ce26b02771e8fab282671bd78c31 (diff)
downloadpkgsrc-62ab646c37f41702c059d1162d73d85e5a176c9d.tar.gz
depend on devel/nasm on i386, thereby enabling assembler optimizations.
Bump rev.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/snes9x-gtk/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/emulators/snes9x-gtk/Makefile b/emulators/snes9x-gtk/Makefile
index 426f1d583a5..347d07aaf5b 100644
--- a/emulators/snes9x-gtk/Makefile
+++ b/emulators/snes9x-gtk/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2009/04/06 10:11:47 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2009/04/25 15:09:02 tnn Exp $
#
DISTNAME= snes9x-1.51-src-gtk-70
PKGNAME= snes9x-gtk-1.51.70
+PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://snes9x-gtk.googlecode.com/files/
EXTRACT_SUFX= .tar.bz2
@@ -21,6 +22,10 @@ USE_TOOLS+= intltool pkg-config
CONFIGURE_ARGS+= --without-opengl
+.if ${MACHINE_ARCH} == "i386"
+BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm
+.endif
+
.include "../../audio/portaudio-devel/buildlink3.mk"
.include "../../devel/SDL/buildlink3.mk"
.include "../../devel/libglade/buildlink3.mk"