diff options
author | mezz <mezz@FreeBSD.org> | 2012-04-27 10:53:33 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2012-04-27 10:53:33 +0800 |
commit | 421a55c742bc54b45848b5b96cf85d625c87bd0a (patch) | |
tree | 91ee7557c448f882a68f676d5c2545b659def35d /mail | |
parent | c40f35e0a81383b6c5fbd7d82ec84c205c0bee35 (diff) | |
download | freebsd-ports-gnome-421a55c742bc54b45848b5b96cf85d625c87bd0a.tar.gz freebsd-ports-gnome-421a55c742bc54b45848b5b96cf85d625c87bd0a.tar.zst freebsd-ports-gnome-421a55c742bc54b45848b5b96cf85d625c87bd0a.zip |
Add specific shared library version in the LIB_DEPENDS for krb5, krb5.26.
There are a four krb5 libraries in FreeBSD: base system, misc/compat5x,
security/krb5 and security/heimdal. With the specific will force this port
to try to install correct dependency port, security/heimdal.
Reported by: Erich Dollansky <erichfreebsdlist@ovitrap.com>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 7c185060bd13..b1e69749aae4 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -75,7 +75,7 @@ RUN_DEPENDS+= spamassassin:${PORTSDIR}/mail/p5-Mail-SpamAssassin .if defined(HEIMDAL_HOME) || defined(WITH_HEIMDAL) || defined(NO_KERBEROS) HEIMDAL_HOME?= ${LOCALBASE} -LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal +LIB_DEPENDS+= krb5.26:${PORTSDIR}/security/heimdal CONFIGURE_ARGS+= --with-krb5=${HEIMDAL_HOME} \ --with-krb5-includes=${HEIMDAL_HOME}/include KRB5_LIB= `${HEIMDAL_HOME}/bin/krb5-config gssapi --libs` |