git: 8213ad4734 - main - [books][porter's handbook] Add Uses=vala
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Oct 2022 16:50:14 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/doc/commit/?id=8213ad473490784e1c4ceab0b450f7bf2d6386fe commit 8213ad473490784e1c4ceab0b450f7bf2d6386fe Author: Fernando Apesteguía <fernape@FreeBSD.org> AuthorDate: 2022-10-03 08:19:58 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-10-03 16:46:39 +0000 [books][porter's handbook] Add Uses=vala Document the new Uses=vala following the commit in the ports repository: https://cgit.freebsd.org/ports/commit/?id=19a9a1889f0e14b7ec179103da50cfd8b1216970 --- documentation/content/en/books/porters-handbook/uses/_index.adoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/documentation/content/en/books/porters-handbook/uses/_index.adoc b/documentation/content/en/books/porters-handbook/uses/_index.adoc index 3136699969..066a21fdb7 100644 --- a/documentation/content/en/books/porters-handbook/uses/_index.adoc +++ b/documentation/content/en/books/porters-handbook/uses/_index.adoc @@ -1936,6 +1936,14 @@ These variables are available for ports: * `UNIQUE_SUFFIX`: The suffix to be used for files. Default: `${PKGNAMESUFFIX}`. * `UNIQUE_SUFFIX_FILES`: A list of files that need to be suffixed. Default: empty. +[[uses-vala]] +== `vala` + +Possible arguments: `build`, `lib`, `no_depend` + +Adds build or library dependencies on package:lang/vala[]. +The `no_depend` argument is reserved for package:lang/vala[] itself. + [[uses-varnish]] == `varnish`