Show proper variable in error.

With hat:	portmgr
This commit is contained in:
Bryan Drewery 2016-06-24 04:53:45 +00:00
parent 7dff3879f1
commit 97587b1a48
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417411

View file

@ -45,7 +45,7 @@ install_depends()
fi
elif [ -n "${dp_USE_PACKAGE_DEPENDS_ONLY}" -a "${target}" = "${dp_DEPENDS_TARGET}" ]; then
echo "===> ${dp_PKGNAME} depends on package: ${pkgfile} - not found" >&2
echo "===> dp_USE_PACKAGE_DEPENDS_ONLY set - not building missing dependency from source" >&2
echo "===> USE_PACKAGE_DEPENDS_ONLY set - not building missing dependency from source" >&2
exit 1
else
${dp_MAKE} -C ${origin} -DINSTALLS_DEPENDS ${target} ${depends_args}