diff --git a/scripts/pkgdep/freebsd.sh b/scripts/pkgdep/freebsd.sh index 032170b6d..9b48abedd 100755 --- a/scripts/pkgdep/freebsd.sh +++ b/scripts/pkgdep/freebsd.sh @@ -9,7 +9,6 @@ if [[ $INSTALL_DEV_TOOLS == "true" ]]; then # Tools for developers pkg install -y devel/astyle bash py27-pycodestyle \ misc/e2fsprogs-libuuid sysutils/sg3_utils nasm - install_shfmt fi if [[ $INSTALL_DOCS == "true" ]]; then # Additional dependencies for building docs