Bring documentation about USE_QT_VER uptodate

Reviewed by:    ceri
This commit is contained in:
Tilman Keskinoz 2004-07-31 13:40:21 +00:00
parent e3eca4395c
commit 2897f1b24b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21740

View file

@ -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>