pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/visualboyadvance-m visualboyadvance-m: Needs...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fed93b4ce9b8
branches: trunk
changeset: 441239:fed93b4ce9b8
user: nia <nia%pkgsrc.org@localhost>
date: Fri Oct 30 08:47:38 2020 +0000
description:
visualboyadvance-m: Needs nasm on i386.
diffstat:
emulators/visualboyadvance-m/Makefile | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r ebc0cf3be124 -r fed93b4ce9b8 emulators/visualboyadvance-m/Makefile
--- a/emulators/visualboyadvance-m/Makefile Fri Oct 30 07:17:43 2020 +0000
+++ b/emulators/visualboyadvance-m/Makefile Fri Oct 30 08:47:38 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2020/08/18 17:57:48 leot Exp $
+# $NetBSD: Makefile,v 1.6 2020/10/30 08:47:38 nia Exp $
DISTNAME= visualboyadvance-m-2.1.4
PKGREVISION= 2
@@ -12,6 +12,12 @@
COMMENT= Game Boy and Game Boy Advance Emulator
LICENSE= gnu-gpl-v2
+.include "../../mk/bsd.prefs.mk"
+
+.if ${MACHINE_ARCH} == "i386"
+TOOL_DEPENDS+= nasm-[0-9]*:../../devel/nasm
+.endif
+
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
Home |
Main Index |
Thread Index |
Old Index