diff options
author | pav <pav@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-03-03 07:16:40 +0800 |
---|---|---|
committer | pav <pav@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-03-03 07:16:40 +0800 |
commit | bad8cfc5fcb75c51b965b3abf34e68217327f6b5 (patch) | |
tree | 7160f38dbb24dc14d9e3ef99dc2326d666eaac0b /mail/evolution-exchange | |
parent | dda67366bc2ce5546efc0deab6bfb3ef14976c46 (diff) | |
download | marcuscom-ports-bad8cfc5fcb75c51b965b3abf34e68217327f6b5.tar.gz marcuscom-ports-bad8cfc5fcb75c51b965b3abf34e68217327f6b5.tar.zst marcuscom-ports-bad8cfc5fcb75c51b965b3abf34e68217327f6b5.zip |
Merge rev. 1.9 from FreeBSD CVS:
- Respect HEIMDAL_HOME
PR: ports/78059
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Approved by: Alex Kiesel <kiesel@schlund.de> (maintainer)
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3789 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution-exchange')
-rw-r--r-- | mail/evolution-exchange/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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" |