aboutsummaryrefslogtreecommitdiff
path: root/databases/evolution-data-server
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2008-07-05 18:50:01 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2008-07-05 18:50:01 +0000
commit4a892edda50860af4b171e3bd9031bffed23fc9a (patch)
treea244f5552868851c77fceb1344b02d6af9e67feb /databases/evolution-data-server
parente40b5fc5a202addb8ff97c7498a6afde61ccc021 (diff)
downloadports-4a892edda50860af4b171e3bd9031bffed23fc9a.tar.gz
ports-4a892edda50860af4b171e3bd9031bffed23fc9a.zip
Notes
Diffstat (limited to 'databases/evolution-data-server')
-rw-r--r--databases/evolution-data-server/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile
index 73fa6780c3ce..d0ee78c29ed9 100644
--- a/databases/evolution-data-server/Makefile
+++ b/databases/evolution-data-server/Makefile
@@ -50,7 +50,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-libedataserver_e-msgport.c
HEIMDAL_HOME?= ${LOCALBASE}
LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal
CONFIGURE_ARGS+= --with-krb5=${HEIMDAL_HOME} --with-krb5-includes=${HEIMDAL_HOME}/include
-KRB5_LIB= `${HEIMDAL_HOME}/bin/krb5-config --libs`
+KRB5_LIB= `${HEIMDAL_HOME}/bin/krb5-config gssapi --libs`
.elif !defined(NO_KERBEROS)
CONFIGURE_ARGS+= --with-krb5=/usr
KRB5_LIB= `/usr/bin/krb5-config gssapi --libs`