List arguments for WANT_PGSQL
PR: ports/222094 Reviewed by: mat Differential Revision: D18627
This commit is contained in:
parent
7ed370b92a
commit
a7f02d08cd
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=52709
1 changed files with 36 additions and 3 deletions
|
@ -2175,9 +2175,42 @@ USE_MATE= menus:build intlhack</programlisting>
|
|||
|
||||
<para>Add PostgreSQL component dependency, using
|
||||
<literal>WANT_PGSQL=component[:target]</literal>. for example,
|
||||
<literal>WANT_PGSQL=server:configure pltcl plperl</literal> For
|
||||
the full list use <command>make -V
|
||||
_USE_PGSQL_DEP</command>.</para>
|
||||
<literal>WANT_PGSQL=server:configure pltcl plperl</literal>.
|
||||
The available components are:</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><literal>client</literal></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><literal>contrib</literal></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><literal>docs</literal></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><literal>pgtcl</literal></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><literal>plperl</literal></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><literal>plpython</literal></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><literal>pltcl</literal></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><literal>server</literal></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</sect1>
|
||||
|
||||
<sect1 xml:id="uses-php">
|
||||
|
|
Loading…
Reference in a new issue