diff options
| author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2026-04-05 16:54:31 +0000 |
|---|---|---|
| committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2026-04-16 15:18:25 +0000 |
| commit | b2222ccc44397790530fd445f79b602f0695e566 (patch) | |
| tree | 132474e23881d33d42351336c249a3766d9f5826 | |
| parent | d398c13735407c63c66880a1662021a9bfc6fd2f (diff) | |
[phb][uses]: Add inotify
| -rw-r--r-- | documentation/content/en/books/porters-handbook/uses/_index.adoc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/content/en/books/porters-handbook/uses/_index.adoc b/documentation/content/en/books/porters-handbook/uses/_index.adoc index a127199100..47b2b4a6b0 100644 --- a/documentation/content/en/books/porters-handbook/uses/_index.adoc +++ b/documentation/content/en/books/porters-handbook/uses/_index.adoc @@ -1310,6 +1310,13 @@ If the `env` argument is given, the `configure` target is not set. If the `-a` flag is a problem for the port, add the `notall` argument. If `xmkmf` does not generate a `install.man` target, add the `noman` argument. +[[uses-inotify]] +== `inotify` + +Possible arguments: (none) + +Add `inotify` support for ports. + [[uses-java]] == `java` |
