diff --git a/depends/README.md b/depends/README.md
index f1f2ade8c8..afe3c291bd 100644
--- a/depends/README.md
+++ b/depends/README.md
@@ -76,9 +76,9 @@ The following can be set when running make: `make FOO=bar`
BUILD_ID_SALT
Optional salt to use when generating build package ids
FORCE_USE_SYSTEM_CLANG
-(EXPERTS ONLY) When cross-compiling for macOS, use clang found in the
-system's $PATH
rather than the default prebuilt release of clang
-from llvm.org
+(EXPERTS ONLY) When cross-compiling for macOS, use Clang found in the
+system's $PATH
rather than the default prebuilt release of Clang
+from llvm.org. Clang 8 or later is required.
If some packages are not built, for example `make NO_WALLET=1`, the appropriate
options will be passed to Dash Core's configure. In this case, `--disable-wallet`.