From 421a55c742bc54b45848b5b96cf85d625c87bd0a Mon Sep 17 00:00:00 2001 From: mezz Date: Fri, 27 Apr 2012 02:53:33 +0000 Subject: 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 --- mail/evolution/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail') 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` -- cgit