From a7f02d08cd8532aaf860dc7546f62c6a1aa2a3a5 Mon Sep 17 00:00:00 2001
From: Chris Rees <crees@FreeBSD.org>
Date: Sun, 23 Dec 2018 09:49:57 +0000
Subject: [PATCH] List arguments for WANT_PGSQL

PR:		ports/222094
Reviewed by:	mat
Differential Revision:	D18627
---
 .../books/porters-handbook/uses/chapter.xml   | 39 +++++++++++++++++--
 1 file changed, 36 insertions(+), 3 deletions(-)

diff --git a/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
index 373ccb59e6..20dd82636d 100644
--- a/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
+++ b/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
@@ -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">