aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2023-08-22 10:18:35 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2023-08-22 10:19:29 +0000
commitee08121ef177489c031870601de1cc728de646e5 (patch)
tree594111e3b3a4fb13d803c5be9b2bbb02b6eecd09
parent4bb515c0de81b892ff90d032eb9d76cc50fab96c (diff)
downloaddoc-ee08121ef1.tar.gz
doc-ee08121ef1.zip
[phb]: Document Uses=ebur128
-rw-r--r--documentation/content/en/books/porters-handbook/uses/_index.adoc14
1 files changed, 14 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 1387cb6254..55f6752144 100644
--- a/documentation/content/en/books/porters-handbook/uses/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/uses/_index.adoc
@@ -404,6 +404,20 @@ Use with the version of Drupal that the port is expecting.
For example, `USES=drupal:7,module` says that this port creates a Drupal 7 module.
A Drupal 7 theme can be specified with `USES=drupal:7,theme`.
+[[uses-ebur128]]
+== `ebur128`
+
+Possible arguments: (none), `build`, `lib`, `run`, `test`
+
+Adds a dependency on package:audio/ebur128[].
+It allows to transparently depend on the `rust` or `legacy` variants by using
+`DEFAULT_VERSIONS` in [.filename]#make.conf#.
+For instance, to use the legacy version, use `DEFAULT_VERSIONS+=ebur128=legacy`
+
+When no arguments are used, the behavior is the same as if the `lib` argument
+was provided.
+The rest of the arguments provide the corresponding category of dependency.
+
[[uses-eigen]]
== `eigen`