aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2010-11-21 23:48:49 +0000
committerRene Ladan <rene@FreeBSD.org>2010-11-21 23:48:49 +0000
commit2e5b524b0c681524c0b55c827274779c8d5de14c (patch)
treed703f30722fd607b9bcb70331f0e19390be2df75 /security
parent2e72938ddd5f71382cdb187cd8de5338c22ccd18 (diff)
downloadports-2e5b524b0c681524c0b55c827274779c8d5de14c.tar.gz
ports-2e5b524b0c681524c0b55c827274779c8d5de14c.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/openssh-portable/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile
index c9351b7e6698..f8555c4e5f1f 100644
--- a/security/openssh-portable/Makefile
+++ b/security/openssh-portable/Makefile
@@ -7,7 +7,7 @@
PORTNAME= openssh
DISTVERSION= 5.2p1
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= security ipv6
.if defined(OPENSSH_SNAPSHOT)
@@ -119,7 +119,7 @@ GSSAPI_SUFFIX= -gssapi
CONFLICTS+= openssh-portable-*-[0-9]*
CONFIGURE_ARGS+= --with-kerberos5=${KRB5_HOME}
.if defined(HEIMDAL_HOME) && defined(KRB5_HOME) && ${HEIMDAL_HOME} == ${LOCALBASE}
-LIB_DEPENDS+= krb5.23:${PORTSDIR}/security/heimdal
+LIB_DEPENDS+= krb5.26:${PORTSDIR}/security/heimdal
.elif defined(KRB5_HOME) && defined(LOCALBASE) && ${KRB5_HOME} == ${LOCALBASE}
LIB_DEPENDS+= krb5.3:${PORTSDIR}/security/krb5
.endif