diff options
author | pav <pav@FreeBSD.org> | 2005-03-02 17:30:43 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-03-02 17:30:43 +0800 |
commit | 5fe03bc3d85560e76794b40a6beebbdb3d22a947 (patch) | |
tree | 6b6f2da8ec1138001bca990b8a74b0e57c155448 /mail/ximian-connector | |
parent | b46968b814de4eab5f28b99be97ef7ea25c4d5c7 (diff) | |
download | freebsd-ports-gnome-5fe03bc3d85560e76794b40a6beebbdb3d22a947.tar.gz freebsd-ports-gnome-5fe03bc3d85560e76794b40a6beebbdb3d22a947.tar.zst freebsd-ports-gnome-5fe03bc3d85560e76794b40a6beebbdb3d22a947.zip |
- Respect HEIMDAL_HOME
PR: ports/78059
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Approved by: Alex Kiesel <kiesel@schlund.de> (maintainer)
Diffstat (limited to 'mail/ximian-connector')
-rw-r--r-- | mail/ximian-connector/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/ximian-connector/Makefile b/mail/ximian-connector/Makefile index 2c8b448c89ef..f8f815e4531a 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> |