diff options
author | cy <cy@FreeBSD.org> | 2011-11-30 12:03:15 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2011-11-30 12:03:15 +0800 |
commit | 8f80d550013117fdaea4d7e9d8fc58b28e6a9210 (patch) | |
tree | c86dddb626f13e17a0ff7780abc614e6fd6337ab /security | |
parent | 00654b904418d99101ab00e89018933f75789ad5 (diff) | |
download | freebsd-ports-gnome-8f80d550013117fdaea4d7e9d8fc58b28e6a9210.tar.gz freebsd-ports-gnome-8f80d550013117fdaea4d7e9d8fc58b28e6a9210.tar.zst freebsd-ports-gnome-8f80d550013117fdaea4d7e9d8fc58b28e6a9210.zip |
Fix build with GSSAPI under 9.0.
Approved by: tabthorp (portmgr)
Feature safe: yes
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 |