pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/npm



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.23 -r1.24 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.23 pkgsrc/lang/npm/Makefile:1.24
--- pkgsrc/lang/npm/Makefile:1.23       Mon Jul  1 10:50:32 2019
+++ pkgsrc/lang/npm/Makefile    Tue Jul  9 14:10:54 2019
@@ -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 @@ 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