summaryrefslogtreecommitdiffstats
path: root/database/postgresql/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'database/postgresql/DEPENDS')
-rwxr-xr-xdatabase/postgresql/DEPENDS12
1 files changed, 11 insertions, 1 deletions
diff --git a/database/postgresql/DEPENDS b/database/postgresql/DEPENDS
index abdbf020f8..ab8a949e71 100755
--- a/database/postgresql/DEPENDS
+++ b/database/postgresql/DEPENDS
@@ -1,3 +1,8 @@
+optional_depends gettext \
+ "--enable-nls" \
+ "--disable-nls" \
+ "for Native Language Support" &&
+
optional_depends tcl \
"--with-tcl" \
"--without-tcl" \
@@ -18,6 +23,11 @@ optional_depends linux-pam \
"--without-pam" \
"for PAM authentication" &&
+optional_depends libselinux \
+ "--with-selinux" \
+ "--without-selinux" \
+ "for SELinux support" &&
+
optional_depends krb5 \
"--with-krb5" \
"--without-krb5" \
@@ -33,7 +43,7 @@ optional_depends readline \
"--without-readline" \
"for Readline support in psql, the command line interface" &&
-optional_depends openssl \
+optional_depends SSL \
"--with-openssl" \
"--without-openssl" \
"for SSL (encrypted) connection support" &&