Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Dec 2021 18:30:28 GMT
From:      =?utf-8?Q?Fernando Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: cb65a7e566 - main - [phb]: Document Uses=magick
Message-ID:  <202112111830.1BBIUSwP067871@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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`
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112111830.1BBIUSwP067871>