diff --git a/en_US.ISO8859-1/books/porters-handbook/book.xml b/en_US.ISO8859-1/books/porters-handbook/book.xml
index 35d2263cef..cd5026e6b9 100644
--- a/en_US.ISO8859-1/books/porters-handbook/book.xml
+++ b/en_US.ISO8859-1/books/porters-handbook/book.xml
@@ -5775,52 +5775,6 @@ CMAKE_SOURCE_PATH= ${WRKSRC}/subproject
-
- Using pkg-config
-
- If your ports requires pkg-config,
- just set USE_PKGCONFIG to the following
- possible values:
-
- Values for USE_PKGCONFIG
-
-
-
-
- Definition
- Description
-
-
-
-
-
- USE_PKGCONFIG= yes
- The ports uses pkg-config only at build
- time
-
-
-
- USE_PKGCONFIG= build
- The ports uses pkg-config only at build
- time
-
-
-
- USE_PKGCONFIG= run
- The ports uses pkg-config only at run
- time
-
-
-
- USE_PKGCONFIG= both
- The ports uses pkg-config both at build and run
- time
-
-
-
-
-
-
Using GNU gettext
diff --git a/en_US.ISO8859-1/books/porters-handbook/uses.xml b/en_US.ISO8859-1/books/porters-handbook/uses.xml
index 51fdbe2b60..942e01a14a 100644
--- a/en_US.ISO8859-1/books/porters-handbook/uses.xml
+++ b/en_US.ISO8859-1/books/porters-handbook/uses.xml
@@ -71,6 +71,21 @@
hierarchy.
+
+ pkgconfig
+
+ none, build, run,
+ both
+
+ Implies that the port uses devel/pkgconf in one way or another.
+ With no arguments or with the build
+ argument, it implies pkg-config as a build-time
+ dependency; run implies a run-time dependency;
+ and both implies both run-time and build-time
+ dependencies.
+
+
qmail
none, build, run,