The BSD build guides currently state:
If the package is installed, support will be compiled in.
Since WITH_ZMQ defaults to OFF, this is inaccurate: installing the dependency alone does not enable ZMQ support. Update the wording to mention the required -DWITH_ZMQ=ON CMake option, matching doc/zmq.md.
Docs-only change; no tests run.