aboutsummaryrefslogtreecommitdiff
path: root/editors/libreoffice/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/libreoffice/Makefile')
-rw-r--r--editors/libreoffice/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile
index 0eaacd6c53d2..20f165f48b83 100644
--- a/editors/libreoffice/Makefile
+++ b/editors/libreoffice/Makefile
@@ -220,7 +220,8 @@ USE_PGSQL= yes
WANT_PGSQL_VER= 90+
CONFIGURE_ARGS+= --enable-postgresql-sdbc --with-system-postgresql
.else
-CONFIGURE_ARGS+= --disable-postgresql-sdbc
+CONFIGURE_ARGS+= --disable-postgresql-sdbc \
+ --without-gssapi --without-krb5
.endif
.if ${PORT_OPTIONS:MSYSTRAY}