diff --git a/bootstrap.sh b/bootstrap.sh index 49320b3..1b9d2ab 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -169,6 +169,7 @@ freebsd() install_freebsd_pkg "cmake" install_freebsd_pkg "gmake" install_freebsd_pkg "wget" + install_freebsd_pkg "texinfo" set +xe }