summaryrefslogtreecommitdiff
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
parentAdd a patch to fix MulticastSocket.setInterface(). (diff)
Disable Kerberos and GSSAPI when PostgreSQL-SDBC is disabled.
PR: ports/176037
Notes
Notes: svn path=/head/; revision=312085
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}