aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2013-02-12 00:57:47 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2013-02-12 00:57:47 +0000
commit4ad2ccee2087b09810a65f3ec1cd0af5bec46a43 (patch)
tree3ba12d949bc405cb4270040139123afb4e0d22d2 /editors
parent060e5cd2f0108d18471d7b7bae611d3a24f72e1f (diff)
downloadports-4ad2ccee2087b09810a65f3ec1cd0af5bec46a43.tar.gz
ports-4ad2ccee2087b09810a65f3ec1cd0af5bec46a43.zip
Notes
Diffstat (limited to 'editors')
-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}