diff options
author | Cy Schubert <cy@FreeBSD.org> | 2011-11-30 04:03:15 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2011-11-30 04:03:15 +0000 |
commit | 9fe263ae96998d6ccba0a1140420aa07dd8e23f7 (patch) | |
tree | 939eec1752e53fc2bed594e5d27a1d219664116b /security | |
parent | a1538427ca6bb959548ba05950a48610f0545dd6 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/putty/Makefile | 2 |
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 |