aboutsummaryrefslogtreecommitdiff
path: root/documentation/Makefile
diff options
context:
space:
mode:
authorCeri Davies <ceri@FreeBSD.org>2021-08-28 17:43:31 +0000
committerCeri Davies <ceri@FreeBSD.org>2021-08-28 17:43:31 +0000
commitbc3a01ed0c7903bd9412ece6f32f48eee2cc9985 (patch)
tree9c9b776cb6252ada5f2d89d4396bfec8a2d6510f /documentation/Makefile
parent2c728f31841890419f80bcf39079f711c99cdc2a (diff)
downloaddoc-bc3a01ed0c7903bd9412ece6f32f48eee2cc9985.tar.gz
doc-bc3a01ed0c7903bd9412ece6f32f48eee2cc9985.zip
Diffstat (limited to 'documentation/Makefile')
-rw-r--r--documentation/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index 615b162ffa..9b2dd4f4e6 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -104,7 +104,7 @@ clean: hugo-clean pgp-clean toc-clean
requirements:
.for dep in ${RUN_DEPENDS}
.if !exists(${dep})
- @(echo ${dep} not found, please run 'pkg install docproj'; exit 1)
+ @(echo ${dep} not found, please run 'pkg install docproj python3'; exit 1)
.endif
.endfor