git: cb65a7e566 - main - [phb]: Document Uses=magick

From: Fernando Apesteguía <fernape_at_FreeBSD.org>
Date: Sat, 11 Dec 2021 18:30:28 UTC
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/doc/commit/?id=cb65a7e566aeb1313728d779eece6ea5af62dec9

commit cb65a7e566aeb1313728d779eece6ea5af62dec9
Author:     Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2021-12-11 18:27:55 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2021-12-11 18:27:55 +0000

    [phb]: Document Uses=magick
    
    Follow-up for ports commit 45526ecb[1]
    
    [1] https://cgit.freebsd.org/ports/commit/?id=45526ecbeec33dbb87f0b678d4c04988aab9b657
---
 .../content/en/books/porters-handbook/uses/_index.adoc         | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/documentation/content/en/books/porters-handbook/uses/_index.adoc b/documentation/content/en/books/porters-handbook/uses/_index.adoc
index 2caf6d71e8..f6665821fb 100644
--- a/documentation/content/en/books/porters-handbook/uses/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/uses/_index.adoc
@@ -940,6 +940,16 @@ Handle dependencies for the LXQt Desktop Environment.
 Use `USE_LXQT` to select the components needed for the port.
 See crossref:special[using-lxqt,Using LXQt] for more information.
 
+[[uses-maick]]
+== `magick`
+
+Possible arguments: (none), `_X_`, `build`, `nox11`, `run`, `test`
+
+Add a library dependency on `ImageMagick`.
+A specific version _X_ can be used. Possible versions are `6` and `7` (default).
+`nox11` indicates that the `-nox11` version of the port is required.
+`build`, `run` and `test` add build-, run-time and test dependencies on ImageMagick.
+
 [[uses-makeinfo]]
 == `makeinfo`