mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Show proper variable in error.
With hat: portmgr
This commit is contained in:
parent
7dff3879f1
commit
97587b1a48
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417411
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue