pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2019Q2]: pkgsrc/lang/npm Pullup ticket #5992 - requested by nia



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f59d6ec53ed6
branches:  pkgsrc-2019Q2
changeset: 336278:f59d6ec53ed6
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Wed Jul 10 15:15:40 2019 +0000

description:
Pullup ticket #5992 - requested by nia
lang/npm: build fix

Revisions pulled up:
- lang/npm/Makefile                                             1.24

---
   Module Name: pkgsrc
   Committed By:        nia
   Date:                Tue Jul  9 14:10:54 UTC 2019

   Modified Files:
        pkgsrc/lang/npm: Makefile

   Log Message:
   npm: Add bash to USE_TOOLS.

diffstat:

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

diffs (18 lines):

diff -r e052d723d1b9 -r f59d6ec53ed6 lang/npm/Makefile
--- a/lang/npm/Makefile Wed Jul 10 15:15:36 2019 +0000
+++ b/lang/npm/Makefile Wed Jul 10 15:15:40 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2019/04/25 07:33:03 maya Exp $
+# $NetBSD: Makefile,v 1.22.2.1 2019/07/10 15:15:40 bsiegert Exp $
 
 DISTNAME=      cli-6.9.0
 PKGNAME=       ${DISTNAME:S/cli/npm/}
@@ -20,7 +20,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