aboutsummaryrefslogtreecommitdiff
path: root/mail/evolution-exchange
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-03-02 09:30:43 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-03-02 09:30:43 +0000
commit4cc9048b7e08c4f79296c2cd48646b1f8d7201d9 (patch)
tree6c3c32ddb8c49b74fb1eabf00e8f0731b4bc212b /mail/evolution-exchange
parent2ee3e2526ddba8af5a93b03013933bb8130e8c5d (diff)
Notes
Diffstat (limited to 'mail/evolution-exchange')
-rw-r--r--mail/evolution-exchange/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile
index 2c8b448c89ef..f8f815e4531a 100644
--- a/mail/evolution-exchange/Makefile
+++ b/mail/evolution-exchange/Makefile
@@ -41,7 +41,11 @@ PLIST_SUB= VERSION="2.0" EVO_VERSION=${EVO_VERSION}
CONFIGURE_ARGS+= --with-krb5=/usr
.else
LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal
+.if defined(HEIMDAL_HOME)
+CONFIGURE_ARGS+= --with-krb5=${HEIMDAL_HOME} --with-krb5-includes=${HEIMDAL_HOME}/include
+.else
CONFIGURE_ARGS+= --with-krb5=${LOCALBASE}
.endif
+.endif
.include <bsd.port.post.mk>