PR: docs/167078

Remove unsupported Apache 1.3 from porters-handbook.

Submitted by:	jgh@
This commit is contained in:
Ryusuke SUZUKI 2012-04-28 12:36:12 +00:00
parent 78ae91765b
commit 8a821806c9
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38759

View file

@ -6868,17 +6868,16 @@ QT_COMPONENTS= qmake_build moc_build rcc_build uic_build</programlisting>
<entry><makevar>USE_APACHE</makevar></entry>
<entry>The port requires Apache. Possible values:
<literal>yes</literal> (gets any version),
<literal>1.3</literal>, <literal>2.0</literal>,
<literal>2.2</literal>, <literal>2.0+</literal>,
etc. Default dependency is on version
<literal>1.3</literal>.</entry>
<literal>2.0</literal>, <literal>2.2</literal>,
<literal>2.0+</literal>, etc.
Default dependency is on version
<literal>2.2</literal>.</entry>
</row>
<row>
<entry><makevar>WITH_APACHE2</makevar></entry>
<entry>The port requires Apache 2.0. Without this
variable, the port will depend on Apache 1.3. This
variable is deprecated and should not be used
<entry>This variable is deprecated and should
not be used
anymore.</entry>
</row>
@ -6900,9 +6899,8 @@ QT_COMPONENTS= qmake_build moc_build rcc_build uic_build</programlisting>
(read-only variable). This variable is only
available after inclusion of
<filename>bsd.port.pre.mk</filename>. Possible
values: <literal>13</literal>,
<literal>20</literal>,
<literal>22</literal>.</entry>
values: <literal>20</literal>,
<literal>22</literal>.
</row>
<row>