pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/x16-rom (emulators/x16-rom) Fix build, by ad...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/73349a47443e
branches:  trunk
changeset: 346348:73349a47443e
user:      mef <mef%pkgsrc.org@localhost>
date:      Tue Dec 31 10:23:37 2019 +0000

description:
(emulators/x16-rom) Fix build, by adding bash for USE_TOOLS

diffstat:

 emulators/x16-rom/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e4e6e4b16cf8 -r 73349a47443e emulators/x16-rom/Makefile
--- a/emulators/x16-rom/Makefile        Tue Dec 31 10:23:04 2019 +0000
+++ b/emulators/x16-rom/Makefile        Tue Dec 31 10:23:37 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/12/28 19:31:38 thorpej Exp $
+# $NetBSD: Makefile,v 1.2 2019/12/31 10:23:37 mef Exp $
 
 DISTNAME=      x16-rom-35
 CATEGORIES=    emulators
@@ -13,7 +13,7 @@
 
 TOOL_DEPENDS+= cc65-[0-9]*:../../cross/cc65
 
-USE_TOOLS+=    gmake
+USE_TOOLS+=    gmake bash
 
 INSTALLATION_DIRS= share/x16
 



Home | Main Index | Thread Index | Old Index