diff --git a/common/xbps-src/shutils/build_dependencies.sh b/common/xbps-src/shutils/build_dependencies.sh index f8616ce9a0..6f08a3e059 100644 --- a/common/xbps-src/shutils/build_dependencies.sh +++ b/common/xbps-src/shutils/build_dependencies.sh @@ -199,6 +199,10 @@ install_pkg_deps() { [ -n "$build_style" ] && style=" [$build_style]" + for s in $build_helper; do + style+=" [$s]" + done + if [ "$pkg" != "$targetpkg" ]; then msg_normal "$pkgver: building${style} (dependency of $targetpkg) ...\n" else