From 5268a3e3e0e1de929fe961ba473e7a904827f538 Mon Sep 17 00:00:00 2001 From: Willem Jan Withagen Date: Sat, 19 Nov 2016 20:10:51 +0100 Subject: [PATCH] install-deps.sh: JQ is needed in one script Signed-off-by: Willem Jan Withagen --- install-deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install-deps.sh b/install-deps.sh index 1f4e9c3a5a5a..0e718111e9e6 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -46,6 +46,7 @@ if [ x`uname`x = xFreeBSDx ]; then textproc/expat2 \ textproc/libxml2 \ textproc/xmlstarlet \ + textproc/jq \ emulators/fuse \ java/junit \ lang/python27 \ -- 2.47.3