diff options
Diffstat (limited to 'security/openssh-portable/Makefile')
-rw-r--r-- | security/openssh-portable/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index b98cb24a68d2..15189725fb38 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -72,7 +72,7 @@ EXTRA_PATCHES+= ${FILESDIR}/batch.patch .endif .if defined(KRB5_HOME) && exists(${KRB5_HOME}) -GSSAPI_PATCH= ${PORTNAME}-${PORTVERSION}-gssapi-20020527.diff +GSSAPI_PATCH= ${PORTNAME}-${PORTVERSION}-gssapi-20020627.diff GSSAPI_SITE= http://www.sxw.org.uk/computing/patches/ MASTER_SITES+= ${GSSAPI_SITE} DISTFILES= ${EXTRACT_ONLY} ${GSSAPI_PATCH} |