aboutsummaryrefslogtreecommitdiff
path: root/security/pam_krb5
diff options
context:
space:
mode:
authorShaun Amott <shaun@FreeBSD.org>2006-10-05 16:20:13 +0000
committerShaun Amott <shaun@FreeBSD.org>2006-10-05 16:20:13 +0000
commitdc316306ca2905c905b247b6a2d944482e9dea12 (patch)
tree91273e37bb0a3b2976dcfeb8c8e608e5fdf100ed /security/pam_krb5
parent97316d5cfe45780a7ad9e7c692e27341a20ab1f2 (diff)
downloadports-dc316306ca2905c905b247b6a2d944482e9dea12.tar.gz
ports-dc316306ca2905c905b247b6a2d944482e9dea12.zip
Notes
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 d5c8a791ade3..3f5c12b8f60b 100644
--- a/security/pam_krb5/Makefile
+++ b/security/pam_krb5/Makefile
@@ -7,7 +7,7 @@
PORTNAME= pam_krb5
PORTVERSION= 1.3.r7
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/}
@@ -28,7 +28,7 @@ KRB5_IMPL= mit
.endif
.if defined(KRB5_IMPL) && ${KRB5_IMPL} == heimdal
-LIB_DEPENDS= krb5.20:${PORTSDIR}/security/heimdal
+LIB_DEPENDS= krb5.21:${PORTSDIR}/security/heimdal
.if defined(HEIMDAL_HOME)
KRB5_DIR?= ${HEIMDAL_HOME}
.endif