aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Authen-Krb5
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-07-30 14:24:37 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-07-30 14:24:37 +0000
commitc2f11d94a23b2bd86e9639640abd3669d9b3382f (patch)
treeec951b26a6e8a966047f44a0afebf1d0015bd8f7 /security/p5-Authen-Krb5
parent5fc4f24626a54b9f2efd8676db124d885e94e520 (diff)
downloadports-c2f11d94a23b2bd86e9639640abd3669d9b3382f.tar.gz
ports-c2f11d94a23b2bd86e9639640abd3669d9b3382f.zip
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
Notes
Notes: svn path=/head/; revision=363483
Diffstat (limited to 'security/p5-Authen-Krb5')
-rw-r--r--security/p5-Authen-Krb5/Makefile2
1 files changed, 1 insertions, 1 deletions
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