aboutsummaryrefslogtreecommitdiff
path: root/security/pam_krb5
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-06-05 23:15:27 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-06-05 23:15:27 +0000
commit3dc82dad2742ee0631421f26674b349a3c6da590 (patch)
tree8b18dfa3cad2be78feb412db29b176e1b58597f7 /security/pam_krb5
parent545cd1ee8f75f984380caad6107ade2a7a4950eb (diff)
downloadports-3dc82dad2742ee0631421f26674b349a3c6da590.tar.gz
ports-3dc82dad2742ee0631421f26674b349a3c6da590.zip
- Fix libkrb5.so library version.
PR: ports/67183 Submitted by: Oleg Sharoiko <os@rsu.ru> Approved by: maintainer timeout (1 year)
Notes
Notes: svn path=/head/; revision=136871
Diffstat (limited to 'security/pam_krb5')
-rw-r--r--security/pam_krb5/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pam_krb5/Makefile b/security/pam_krb5/Makefile
index faa76eaf01b1..d36721e54af0 100644
--- a/security/pam_krb5/Makefile
+++ b/security/pam_krb5/Makefile
@@ -7,7 +7,7 @@
PORTNAME= pam_krb5
PORTVERSION= 1.3.r7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITE_SOURCEFORGE+= http://unc.dl.sourceforge.net/%SUBDIR%/ \
http://umn.dl.sourceforge.net/%SUBDIR%/ \
@@ -40,7 +40,7 @@ KRB5_IMPL= mit
.endif
.if defined(KRB5_IMPL) && ${KRB5_IMPL} == heimdal
-LIB_DEPENDS= krb5.19:${PORTSDIR}/security/heimdal
+LIB_DEPENDS= krb5.20:${PORTSDIR}/security/heimdal
.if defined(HEIMDAL_HOME)
KRB5_DIR?= ${HEIMDAL_HOME}
.endif