diff --git a/en_US.ISO8859-1/books/porters-handbook/book.sgml b/en_US.ISO8859-1/books/porters-handbook/book.sgml
index b2a98d9b97..69397b9c6d 100644
--- a/en_US.ISO8859-1/books/porters-handbook/book.sgml
+++ b/en_US.ISO8859-1/books/porters-handbook/book.sgml
@@ -3212,8 +3212,8 @@ PATCHFILES=     patch1:test</programlisting>
 	    <literal>USE_GMAKE=yes</literal> if your port requires GNU
 	    <command>make</command> instead of BSD <command>make</command>.
 	    Define <literal>USE_AUTOCONF_VER=213</literal> if your port requires
-	    GNU autoconf to be run.  Define <literal>USE_QT=yes</literal> if
-	    your port uses the latest qt toolkit.  Use
+	    GNU autoconf to be run.  Define <literal>USE_QT_VER=3</literal> if
+	    your port uses the latest Qt toolkit.  Use
 	    <literal>USE_PERL5=yes</literal> if your port requires version 5
 	    of the <literal>perl</literal> language.  (The last is especially important since
 	    some versions of FreeBSD have <literal>perl5</literal> as part of the base system
@@ -4045,8 +4045,8 @@ LDCONFIG_DIRS=  %%PREFIX%%/lib/foo %%PREFIX%%/lib/bar</programlisting>
 	    <row>
 	      <entry><makevar>USE_QT_VER</makevar></entry>
 
-	      <entry>The port uses Qt toolkit.  Possible values are
-		<literal>1</literal>, <literal>2</literal> and
+	      <entry>The port uses the Qt toolkit.  Possible values are
+		<literal>1</literal> and
 		<literal>3</literal>;  each specify the major version
 		of Qt to use.  Sets both <makevar>MOC</makevar> and
 		<makevar>QTCPPFLAGS</makevar>to default appropriate
@@ -4057,7 +4057,6 @@ LDCONFIG_DIRS=  %%PREFIX%%/lib/foo %%PREFIX%%/lib/bar</programlisting>
 	      <entry><makevar>USE_KDELIBS_VER</makevar></entry>
 
 	      <entry>The port uses KDE libraries.  Possible values are
-		<literal>1</literal>, <literal>2</literal> and
 		<literal>3</literal>;  each specify the major version
 		of KDE to use.  Implies <makevar>USE_QT_VER</makevar>
 		of the appropriate version.</entry>
@@ -4067,7 +4066,6 @@ LDCONFIG_DIRS=  %%PREFIX%%/lib/foo %%PREFIX%%/lib/bar</programlisting>
 	      <entry><makevar>USE_KDEBASE_VER</makevar></entry>
 
 	      <entry>The port uses KDE base.  Possible values are
-		<literal>1</literal>, <literal>2</literal> and
 		<literal>3</literal>;  each specify the major version
 		of KDE to use.  Implies <makevar>USE_KDELIBS_VER</makevar>
 		of the appropriate version.</entry>