svn commit: r361281 - head/security/pam_krb5

Cy Schubert cy at FreeBSD.org
Tue Jul 8 19:50:25 UTC 2014


Author: cy
Date: Tue Jul  8 19:50:24 2014
New Revision: 361281
URL: http://svnweb.freebsd.org/changeset/ports/361281
QAT: https://qat.redports.org/buildarchive/r361281/

Log:
  Fix build error.
  
  Submitted by:	brd

Modified:
  head/security/pam_krb5/Makefile

Modified: head/security/pam_krb5/Makefile
==============================================================================
--- head/security/pam_krb5/Makefile	Tue Jul  8 19:49:10 2014	(r361280)
+++ head/security/pam_krb5/Makefile	Tue Jul  8 19:50:24 2014	(r361281)
@@ -3,6 +3,7 @@
 
 PORTNAME=		pam_krb5
 PORTVERSION=		4.6
+PORTREVISION=		1
 CATEGORIES=		security
 MASTER_SITES=		http://archives.eyrie.org/software/kerberos/ \
 			http://archives.eyrie.org/software/ARCHIVE/pam-krb5/
@@ -29,7 +30,7 @@ HEIMDAL_DESC=		Link against Heimdal Kerb
 KRB5_DIR?=		${HEIMDAL_HOME}
 .endif
 .elif ${PORT_OPTIONS:MMIT}
-LIB_DEPENDS=		libkrb5.so:${PORTSDIR}/security/krb5
+LIB_DEPENDS=		libkrb5.so.3:${PORTSDIR}/security/krb5
 .if defined(KRB5_HOME)
 KRB5_DIR?=		${KRB5_HOME}
 .endif


More information about the svn-ports-all mailing list