git: bc3a01ed0c - main - documentation/Makefile: correct error message if deps aren't found.
Ceri Davies <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by ceri: URL: https://cgit.FreeBSD.org/doc/commit/?id=bc3a01ed0c7903bd9412ece6f32f48eee2cc9985 commit bc3a01ed0c7903bd9412ece6f32f48eee2cc9985 Author: Ceri Davies <[email protected]> AuthorDate: 2021-08-28 17:43:31 +0000 Commit: Ceri Davies <[email protected]> CommitDate: 2021-08-28 17:43:31 +0000 documentation/Makefile: correct error message if deps aren't found. PR: 256523 --- documentation/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all To unsubscribe, send any mail to "[email protected]"