diff options
| author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2025-11-03 21:47:42 +0000 | 
|---|---|---|
| committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2025-11-03 21:47:42 +0000 | 
| commit | ef51a9c78fda1973dec338c28a126a057320cf04 (patch) | |
| tree | 4cf205ad340987041d2345f370cb284a5ea86403 /documentation/content/en/books/porters-handbook/uses/_index.adoc | |
| parent | e8c0c4c27cd21f79a8b60f6521eda7acffeee0dd (diff) | |
Diffstat (limited to 'documentation/content/en/books/porters-handbook/uses/_index.adoc')
| -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 71c08cfeb3..3ce25bdb29 100644 --- a/documentation/content/en/books/porters-handbook/uses/_index.adoc +++ b/documentation/content/en/books/porters-handbook/uses/_index.adoc @@ -1332,7 +1332,7 @@ The framework provides the following variables to be set by the port:  `JAVA_VERSION`::  List of space-separated suitable java versions for the port. An optional `\+`  allows specifying a range of versions. (allowed values `8[+]`, `11[\+]`, -`17[+]`, `18[\+]`, `19[+]`, `20[\+]`, `21[+]`, `22[\+]`, `23[+]` `24[\+]` `25[+]`) +`17[+]`, `18[\+]`, `19[+]`, `20[\+]`, `21[+]`, `22[\+]`, `23[+]`, `24[\+]`, `25[+]`)  `JAVA_OS`::  List of space-separated suitable JDK port operating systems for the port.  | 
