From 1ad996d36d56773c86a0e0828b3d12ca2ce6dbfa Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 3 Jan 2010 06:17:42 +0000 Subject: Sync Heimdal updates from mail/evolution. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13352 df743ca5-7f9a-e211-a948-0013205c9059 --- databases/evolution-data-server/Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index ad6e06810..55807d069 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke # # $FreeBSD$ -# $MCom: ports/databases/evolution-data-server/Makefile,v 1.183 2009/12/25 19:58:27 kwm Exp $ +# $MCom: ports/databases/evolution-data-server/Makefile,v 1.184 2009/12/27 17:02:19 kwm Exp $ # PORTNAME= evolution-data-server @@ -47,12 +47,14 @@ OPTIONS= WEATHER "Enable weather calendar backend" on .include -.if defined(HEIMDAL_HOME) || defined(WITH_HEIMDAL) -HEIMDAL_HOME?= ${LOCALBASE} +.if defined(HEIMDAL_HOME) || defined(WITH_HEIMDAL) || defined(NO_KERBEROS) +HEIMDAL_HOME?= ${LOCALBASE} LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal -CONFIGURE_ARGS+= --with-krb5=${HEIMDAL_HOME} --with-krb5-includes=${HEIMDAL_HOME}/include +CONFIGURE_ARGS+= --with-krb5=${HEIMDAL_HOME} \ + --with-krb5-includes=${HEIMDAL_HOME}/include +KRB5_LIB= `${HEIMDAL_HOME}/bin/krb5-config gssapi --libs` .elif !defined(NO_KERBEROS) -CONFIGURE_ARGS+= --with-krb5=/usr +CONFIGURE_ARGS+= --with-krb5=/usr KRB5_LIB= `/usr/bin/krb5-config gssapi --libs` .endif -- cgit v1.2.3