From bad8cfc5fcb75c51b965b3abf34e68217327f6b5 Mon Sep 17 00:00:00 2001 From: pav Date: Wed, 2 Mar 2005 23:16:40 +0000 Subject: Merge rev. 1.9 from FreeBSD CVS: - Respect HEIMDAL_HOME PR: ports/78059 Submitted by: Tsurutani Naoki Approved by: Alex Kiesel (maintainer) git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3789 df743ca5-7f9a-e211-a948-0013205c9059 --- mail/evolution-exchange/Makefile | 4 ++++ mail/ximian-connector/Makefile | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'mail') diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile index a3bd55ddd..637f49537 100644 --- a/mail/evolution-exchange/Makefile +++ b/mail/evolution-exchange/Makefile @@ -41,8 +41,12 @@ PLIST_SUB= VERSION="2.2" EVO_VERSION=${EVO_VERSION} EDS_VERSION="1.2" 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 .if ${ARCH} == "amd64" CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC" diff --git a/mail/ximian-connector/Makefile b/mail/ximian-connector/Makefile index a3bd55ddd..637f49537 100644 --- a/mail/ximian-connector/Makefile +++ b/mail/ximian-connector/Makefile @@ -41,8 +41,12 @@ PLIST_SUB= VERSION="2.2" EVO_VERSION=${EVO_VERSION} EDS_VERSION="1.2" 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 .if ${ARCH} == "amd64" CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC" -- cgit v1.2.3