diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2025-03-05 07:13:11 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2025-03-05 07:13:11 +0000 |
commit | 2939a2de44d8744e953a47aa8c87bf62dbae8c92 (patch) | |
tree | da6634144fc62775d112b4f44191512966b075f5 | |
parent | a576d08f5821ec79d565ff398ecddc09eb8c5902 (diff) |
-rw-r--r-- | documentation/content/en/books/porters-handbook/uses/_index.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/porters-handbook/uses/_index.adoc b/documentation/content/en/books/porters-handbook/uses/_index.adoc index 38a20b7cbb..4d83495605 100644 --- a/documentation/content/en/books/porters-handbook/uses/_index.adoc +++ b/documentation/content/en/books/porters-handbook/uses/_index.adoc @@ -190,7 +190,7 @@ Provide support for ports depending on the Apache web server. The version argument can be used to require a specific Apache httpd version. It is possible to set a specific version (`USES=apache:2.4`) a minimum version -(`USES=apache:+2.4`) or a maximum version (`USES=-apache:2.4`). +(`USES=apache:2.4+`) or a maximum version (`USES=apache:-2.4`). If the `build` argument is provided a build dependency is added to the port. |