Note that USE_GCC is a build and a run-time dependency.

PR:		234495
Reported by:	bergerkos yahoo co uk
This commit is contained in:
Mathieu Arnold 2019-01-04 13:55:53 +00:00
parent 0a14368c9d
commit b270bb0d04
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=52746

View file

@ -5731,7 +5731,8 @@ RUN_DEPENDS= ${MY_DEPENDS}</programlisting>
<tbody>
<row>
<entry><varname>USE_GCC</varname></entry>
<entry>The port requires GCC (<command>gcc</command> or
<entry>
<para>The port requires GCC (<command>gcc</command> or
<command>g++</command>) to build. Some ports need any
GCC version, some require modern, recent versions. It
is typically set to <literal>any</literal> (in this
@ -5748,7 +5749,13 @@ RUN_DEPENDS= ${MY_DEPENDS}</programlisting>
otherwise an appropriate compiler is built from the
port, and <varname>CC</varname> and
<varname>CXX</varname> are adjusted
accordingly.</entry>
accordingly.</para>
<note>
<para><varname>USE_GCC</varname> will register a
build-time and a run-time dependency.</para>
</note>
</entry>
</row>
</tbody>
</tgroup>