From c2f11d94a23b2bd86e9639640abd3669d9b3382f Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Wed, 30 Jul 2014 14:24:37 +0000 Subject: [PATCH] Specify the libkrb5 abi version, otherwise, LIB_DEPEDNS finds it from base, and hell breaks loose. Pointy hat to: bapt (because one has to take the blame) Sponsored by: Absolight --- security/p5-Authen-Krb5/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/p5-Authen-Krb5/Makefile b/security/p5-Authen-Krb5/Makefile index c8f2de91693d..90017d70cad5 100644 --- a/security/p5-Authen-Krb5/Makefile +++ b/security/p5-Authen-Krb5/Makefile @@ -11,7 +11,7 @@ DISTNAME= Krb5-${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for Kerberos 5 -LIB_DEPENDS= libkrb5.so:${PORTSDIR}/security/krb5 +LIB_DEPENDS= libkrb5.so.3:${PORTSDIR}/security/krb5 USES= perl5 USE_PERL5= configure