aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2022-10-03 08:19:58 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2022-10-03 16:46:39 +0000
commit8213ad473490784e1c4ceab0b450f7bf2d6386fe (patch)
tree3cf808f196a5511d6fbfaf178609089964fc5433
parent8d76cf92e8ebf82f8f7557216638eae41d183183 (diff)
downloaddoc-8213ad473490784e1c4ceab0b450f7bf2d6386fe.tar.gz
doc-8213ad473490784e1c4ceab0b450f7bf2d6386fe.zip
[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
-rw-r--r--documentation/content/en/books/porters-handbook/uses/_index.adoc8
1 files changed, 8 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 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`