aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2020-04-10 23:28:56 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2020-04-10 23:28:56 +0000
commitb74622b8ed072168979af08051bc1bc86df45599 (patch)
tree3cf187e350145389f1a17dd6bbe6f722bcdbdf1f /Mk
parentf3c868b9ce86fe6ce76226d4c5a312855ee2ebed (diff)
Notes
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Scripts/do-depends.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Scripts/do-depends.sh b/Mk/Scripts/do-depends.sh
index af93ec646a74..c0ef748ce81c 100644
--- a/Mk/Scripts/do-depends.sh
+++ b/Mk/Scripts/do-depends.sh
@@ -205,7 +205,7 @@ if [ $err -eq 1 ]; then
fi
if [ -n "${dp_STRICT_DEPENDS}" -a ${anynotfound} -eq 1 ]; then \
- echo "===> dp_STRICT_DEPENDS set - Not installing missing dependencies."
+ echo "===> STRICT_DEPENDS set - Not installing missing dependencies."
echo " This means a dependency is wrong since it was not satisfied in the ${dp_DEPTYPE} phase."
exit 1
fi