pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/npm npm: Add bash to USE_TOOLS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b81f35806bd0
branches:  trunk
changeset: 336226:b81f35806bd0
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Jul 09 14:10:54 2019 +0000

description:
npm: Add bash to USE_TOOLS.

diffstat:

 lang/npm/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8b04a5b0749c -r b81f35806bd0 lang/npm/Makefile
--- a/lang/npm/Makefile Tue Jul 09 13:21:41 2019 +0000
+++ b/lang/npm/Makefile Tue Jul 09 14:10:54 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2019/07/01 10:50:32 adam Exp $
+# $NetBSD: Makefile,v 1.24 2019/07/09 14:10:54 nia Exp $
 
 DISTNAME=      cli-6.9.2
 PKGNAME=       ${DISTNAME:S/cli/npm/}
@@ -19,7 +19,7 @@
 
 DEPENDS+=      nodejs-[0-9]*:../../lang/nodejs
 
-USE_TOOLS+=    gmake perl
+USE_TOOLS+=    bash gmake perl
 
 PYTHON_VERSIONS_ACCEPTED=      27 # required by gyp scripts included
 



Home | Main Index | Thread Index | Old Index