svn commit: r363483 - head/security/p5-Authen-Krb5

Mathieu Arnold mat at FreeBSD.org
Wed Jul 30 14:24:38 UTC 2014


Author: mat
Date: Wed Jul 30 14:24:37 2014
New Revision: 363483
URL: http://svnweb.freebsd.org/changeset/ports/363483
QAT: https://qat.redports.org/buildarchive/r363483/

Log:
  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

Modified:
  head/security/p5-Authen-Krb5/Makefile

Modified: head/security/p5-Authen-Krb5/Makefile
==============================================================================
--- head/security/p5-Authen-Krb5/Makefile	Wed Jul 30 14:18:32 2014	(r363482)
+++ head/security/p5-Authen-Krb5/Makefile	Wed Jul 30 14:24:37 2014	(r363483)
@@ -11,7 +11,7 @@ DISTNAME=	Krb5-${PORTVERSION}
 MAINTAINER=	perl at 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


More information about the svn-ports-head mailing list