pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/x16-rom



Module Name:    pkgsrc
Committed By:   mef
Date:           Tue Dec 31 10:23:37 UTC 2019

Modified Files:
        pkgsrc/emulators/x16-rom: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/emulators/x16-rom/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/x16-rom/Makefile
diff -u pkgsrc/emulators/x16-rom/Makefile:1.1 pkgsrc/emulators/x16-rom/Makefile:1.2
--- pkgsrc/emulators/x16-rom/Makefile:1.1       Sat Dec 28 19:31:38 2019
+++ pkgsrc/emulators/x16-rom/Makefile   Tue Dec 31 10:23:37 2019
@@ -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 @@ LICENSE=      2-clause-bsd
 
 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