From 832b9bccae172bbb446bb772091a8c25d052289c Mon Sep 17 00:00:00 2001 From: Willem Jan Withagen Date: Wed, 1 Feb 2017 23:04:48 +0100 Subject: [PATCH] build/install-deps.sh: Add sphinx package for DOCS 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 0e718111e9e..41d393db652 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -47,6 +47,7 @@ if [ x`uname`x = xFreeBSDx ]; then textproc/libxml2 \ textproc/xmlstarlet \ textproc/jq \ + textproc/sphinx \ emulators/fuse \ java/junit \ lang/python27 \ -- 2.39.5