diff --git a/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
index 4dfa7309f7..99aadae727 100644
--- a/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
+++ b/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
@@ -382,9 +382,10 @@
(none)
- Add a runtime dependency on
- libexecinfo.so depending on its
- presence in the base system.
+ Add a library dependency on devel/libexecinfo if
+ libexecinfo.so is not present in the
+ base system.
@@ -484,8 +485,9 @@
(none)
Add a buildtime dependency on devel/gperf depending on its
- presence in the base system.
+ role="port">devel/gperf if
+ gperf is not present in the base
+ system.
@@ -723,7 +725,7 @@ GSSAPI_NONE_CONFIGURE_ON= --without-gssapi
run
Adds a dependency on Lua.
- By default this is a library undependency, unless
+ By default this is a library dependency, unless
overridden by the build or
run option. The default version is
5.2, unless set by the
@@ -984,10 +986,11 @@ GSSAPI_NONE_CONFIGURE_ON= --without-gssapi
(none), port
- Uses readline as library
+ Uses readline as a library
dependency, and sets CPPFLAGS and
LDFLAGS as necessary. If the
- port argument is used, force the use of
+ port argument is used or if readline
+ is not present in the base system, add a dependency on
devel/readline