summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-03-02 09:30:43 +0000
committerpav <pav@FreeBSD.org>2005-03-02 09:30:43 +0000
commit5fe03bc3d85560e76794b40a6beebbdb3d22a947 (patch)
tree6b6f2da8ec1138001bca990b8a74b0e57c155448
parentb46968b814de4eab5f28b99be97ef7ea25c4d5c7 (diff)
downloadFreeBSD-ports-5fe03bc3d85560e76794b40a6beebbdb3d22a947.zip
FreeBSD-ports-5fe03bc3d85560e76794b40a6beebbdb3d22a947.tar.gz
- Respect HEIMDAL_HOME
PR: ports/78059 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> Approved by: Alex Kiesel <kiesel@schlund.de> (maintainer)
-rw-r--r--mail/evolution-exchange/Makefile4
-rw-r--r--mail/ximian-connector/Makefile4
2 files changed, 8 insertions, 0 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile
index 2c8b448..f8f815e 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>
diff --git a/mail/ximian-connector/Makefile b/mail/ximian-connector/Makefile
index 2c8b448..f8f815e 100644
--- a/mail/ximian-connector/Makefile
+++ b/mail/ximian-connector/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>
OpenPOWER on IntegriCloud