pkgsrc-WIP-changes archive

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

kibana needs git for "npm install"



Module Name:	pkgsrc-wip
Committed By:	Sebastian Wiedenroth <wiedi%frubar.net@localhost>
Pushed By:	wiedi
Date:		Sun Oct 4 21:05:16 2015 +0200
Changeset:	b2b73e6963c7af04e59677128db96fbdecdd11ab

Modified Files:
	kibana/Makefile

Log Message:
kibana needs git for "npm install"

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b2b73e6963c7af04e59677128db96fbdecdd11ab

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

diffstat:
 kibana/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/kibana/Makefile b/kibana/Makefile
index 3e779c8..4d15fc0 100644
--- a/kibana/Makefile
+++ b/kibana/Makefile
@@ -13,6 +13,7 @@ LICENSE=	apache-2.0
 
 DEPENDS+=	elasticsearch>=1.4.3:../../databases/elasticsearch
 DEPENDS+=	nodejs-[0-9]*:../../lang/nodejs
+DEPENDS+=	git-[0-9]*:../../devel/git
 
 USE_TOOLS+=	pax
 


Home | Main Index | Thread Index | Old Index