diff options
| author | Pierre Pronchery <khorben@FreeBSD.org> | 2026-04-17 17:19:22 +0000 |
|---|---|---|
| committer | Pierre Pronchery <khorben@FreeBSD.org> | 2026-04-22 13:43:20 +0000 |
| commit | 57db556be43b5abb3dfb406fead6e0a9091f7531 (patch) | |
| tree | f1a46e947c6aacc8b5f86dd896576eb14b0ac2ac | |
| parent | b8352da33f3434f0ba6093df361261d1b1f973a1 (diff) | |
src.conf(5): rebuild after introduction of WITHOUT_PKGCONF
Sponsored by: The FreeBSD Foundation
Reviewed by: bapt, philip
Approved by: philip (mentor)
| -rw-r--r-- | share/man/man5/src.conf.5 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5 index 8947d7c228d1..2dd42c572a44 100644 --- a/share/man/man5/src.conf.5 +++ b/share/man/man5/src.conf.5 @@ -1,5 +1,5 @@ .\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman. -.Dd April 21, 2026 +.Dd April 22, 2026 .Dt SRC.CONF 5 .Os .Sh NAME @@ -1561,6 +1561,8 @@ amd64/amd64, arm64/aarch64, powerpc/powerpc64, powerpc/powerpc64le and riscv/ris Do not build .Xr pkg 7 bootstrap tool. +.It Va WITHOUT_PKGCONF +Do not build the pkgconf binaries nor the libpkgconf library. .It Va WITHOUT_PKGSERVE Do not build or install .Xr pkg-serve 8 . |
