aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/putty/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/putty/Makefile b/security/putty/Makefile
index 3ab914d229a7..19b2fb888af9 100644
--- a/security/putty/Makefile
+++ b/security/putty/Makefile
@@ -45,7 +45,7 @@ MAKE_ARGS+= GTK_CONFIG=:
.if !defined(WITHOUT_GSSAPI)
_COMPAT= -DSTATIC_GSSAPI
.if ${OSVERSION} >= 900000
-BROKEN= FreeBSD 9's Kerberos misses MD2, use WITHOUT_GSSAPI=1
+LIB_DEPENDS= krb5support.0:${PORTSDIR}/security/krb5
.endif
.else
_COMPAT= -DNO_GSSAPI