diff --git a/en_US.ISO8859-1/books/porters-handbook/book.sgml b/en_US.ISO8859-1/books/porters-handbook/book.sgml
index 171de7c8ab..f50b817c63 100644
--- a/en_US.ISO8859-1/books/porters-handbook/book.sgml
+++ b/en_US.ISO8859-1/books/porters-handbook/book.sgml
@@ -6185,8 +6185,8 @@ USE_SDL+= mixer
Using wxWidgets
If your port uses wxWidgets
- cross-platform toolkit, define USE_WX=yes.
- A specific version can be requested by setting
+ cross-platform toolkit, define USE_WX.
+ A specific version must be requested by setting
USE_WX=2.6. Ranges (2.4-2.6)
and partial ranges (-2.4, 2.6+)
are also possible.
@@ -6248,8 +6248,8 @@ USE_SDL+= mixer
are absolute resulting in
--with-wx-config=${WX_CONFIG}, and
relative resulting in
- --with-wx=${X11BASE} being added to configure
- script arguments.
+ --with-wx=${X11BASE} --with-wx-config=${WX_CONFIG}
+ being added to configure script arguments.
Define WX_UNICODE=yes if your port needs
the Unicode version of the wxWidgets libraries.