diff --git a/en_US.ISO8859-1/books/porters-handbook/book.sgml b/en_US.ISO8859-1/books/porters-handbook/book.sgml
index 49901f0d1e..e5b9411b7f 100644
--- a/en_US.ISO8859-1/books/porters-handbook/book.sgml
+++ b/en_US.ISO8859-1/books/porters-handbook/book.sgml
@@ -3233,14 +3233,14 @@ ALWAYS_KEEP_DISTFILES= yes
For example,
RUN_DEPENDS= ${LOCALBASE}/etc/innd:${PORTSDIR}/news/inn \
- wish8.0:${PORTSDIR}/x11-toolkits/tk80
+ xmlcatmgr:${PORTSDIR}/textproc/xmlcatmgr
will check if the file or directory
/usr/local/etc/innd exists, and build and
install it from the news/inn subdirectory of
the ports tree if it is not found. It will also see if an
- executable called wish8.0 is in the search
- path, and descend into the x11-toolkits/tk80
+ executable called xmlcatmgr is in the search
+ path, and descend into the textproc/xmlcatmgr
subdirectory of your ports tree to build and install it if it is
not found.