pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2019Q2] pkgsrc/lang/npm



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Wed Jul 10 15:15:40 UTC 2019

Modified Files:
        pkgsrc/lang/npm [pkgsrc-2019Q2]: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.22.2.1 pkgsrc/lang/npm/Makefile

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

Modified files:

Index: pkgsrc/lang/npm/Makefile
diff -u pkgsrc/lang/npm/Makefile:1.22 pkgsrc/lang/npm/Makefile:1.22.2.1
--- pkgsrc/lang/npm/Makefile:1.22       Thu Apr 25 07:33:03 2019
+++ pkgsrc/lang/npm/Makefile    Wed Jul 10 15:15:40 2019
@@ -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 @@ SITES.${MARKED}.tar.gz=       -https://github.
 
 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