aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2014-07-30 22:24:37 +0800
committermat <mat@FreeBSD.org>2014-07-30 22:24:37 +0800
commit2bcb4608a10db6ed5e572428f8413fd3333b56aa (patch)
treeec951b26a6e8a966047f44a0afebf1d0015bd8f7 /security
parent4ec398c33d00e577313ef8c5fb18fdeb6600aed5 (diff)
downloadfreebsd-ports-gnome-2bcb4608a10db6ed5e572428f8413fd3333b56aa.tar.gz
freebsd-ports-gnome-2bcb4608a10db6ed5e572428f8413fd3333b56aa.tar.zst
freebsd-ports-gnome-2bcb4608a10db6ed5e572428f8413fd3333b56aa.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
Diffstat (limited to 'security')
-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