diff options
author | Benedict Reuschling <bcr@FreeBSD.org> | 2023-12-29 11:07:45 +0000 |
---|---|---|
committer | Benedict Reuschling <bcr@FreeBSD.org> | 2023-12-29 11:07:45 +0000 |
commit | f092524884df857ed9d68f614b4c4497169e73d6 (patch) | |
tree | 66a3e5a72eae6107de8d6609afaeabe7f31dbe3e | |
parent | 6eb8745251e0546c4ae6fcc2d8b0f914b82bf52a (diff) | |
download | doc-f092524884.tar.gz doc-f092524884.zip |
Fix two typos
-rw-r--r-- | documentation/content/en/books/porters-handbook/uses/_index.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/content/en/books/porters-handbook/uses/_index.adoc b/documentation/content/en/books/porters-handbook/uses/_index.adoc index 8a2f23f699..cd6aa1943c 100644 --- a/documentation/content/en/books/porters-handbook/uses/_index.adoc +++ b/documentation/content/en/books/porters-handbook/uses/_index.adoc @@ -1062,7 +1062,7 @@ Some ports do not ship with their own copy of libtool and need a build time depe Possible arguments: `c6`, `c7` Ports Linux compatibility framework. -Specify `c6` to depend on CentOS 6 packags. +Specify `c6` to depend on CentOS 6 packages. Specify `c7` to depend on CentOS 7 packages. The available packages are: * `allegro` @@ -1364,7 +1364,7 @@ If `build` or `run` arguments are specify, it respectively adds a build or run time dependency on package:devel/ninja[]. If `make` or no arguments are provided, use ninja to build the port instead of make. `make` implies `build`. -If the variable `NINJA_DEFAULT` is set to `samurai`, then the depedencies are set +If the variable `NINJA_DEFAULT` is set to `samurai`, then the dependencies are set on package:devel/samurai[] instead. [[uses-nodejs]] |