Disable Kerberos and GSSAPI when PostgreSQL-SDBC is disabled.

PR:	ports/176037
This commit is contained in:
Jung-uk Kim 2013-02-12 00:57:47 +00:00
parent 060e5cd2f0
commit 4ad2ccee20
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312085

View file

@ -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}