- Fix two minor issues with wxWidgets chapter

This commit is contained in:
Pav Lucistnik 2006-10-07 20:55:22 +00:00
parent 1affd9375c
commit e81951254b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=28792

View file

@ -6185,8 +6185,8 @@ USE_SDL+= mixer
<title>Using wxWidgets</title>
<para>If your port uses <application>wxWidgets</application>
cross-platform toolkit, define <literal>USE_WX=yes</literal>.
A specific version can be requested by setting
cross-platform toolkit, define <literal>USE_WX</literal>.
A specific version must be requested by setting
<literal>USE_WX=2.6</literal>. Ranges (<literal>2.4-2.6</literal>)
and partial ranges (<literal>-2.4</literal>, <literal>2.6+</literal>)
are also possible.</para>
@ -6248,8 +6248,8 @@ USE_SDL+= mixer
are <literal>absolute</literal> resulting in
<literal>--with-wx-config=${WX_CONFIG}</literal>, and
<literal>relative</literal> resulting in
<literal>--with-wx=${X11BASE}</literal> being added to configure
script arguments.</para>
<literal>--with-wx=${X11BASE} --with-wx-config=${WX_CONFIG}</literal>
being added to configure script arguments.</para>
<para>Define <literal>WX_UNICODE=yes</literal> if your port needs
the Unicode version of the wxWidgets libraries.</para>