summaryrefslogtreecommitdiffstats
path: root/database/postgresql/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'database/postgresql/DEPENDS')
-rwxr-xr-xdatabase/postgresql/DEPENDS10
1 files changed, 10 insertions, 0 deletions
diff --git a/database/postgresql/DEPENDS b/database/postgresql/DEPENDS
index abdbf020f8..b0482e6018 100755
--- a/database/postgresql/DEPENDS
+++ b/database/postgresql/DEPENDS
@@ -1,3 +1,8 @@
+optional_depends gettext \
+ "--with-nls" \
+ "--without-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" \