aboutsummaryrefslogtreecommitdiff
path: root/security/putty
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2011-11-30 04:03:15 +0000
committerCy Schubert <cy@FreeBSD.org>2011-11-30 04:03:15 +0000
commit9fe263ae96998d6ccba0a1140420aa07dd8e23f7 (patch)
tree939eec1752e53fc2bed594e5d27a1d219664116b /security/putty
parenta1538427ca6bb959548ba05950a48610f0545dd6 (diff)
downloadports-9fe263ae96998d6ccba0a1140420aa07dd8e23f7.tar.gz
ports-9fe263ae96998d6ccba0a1140420aa07dd8e23f7.zip
Fix build with GSSAPI under 9.0.
Approved by: tabthorp (portmgr) Feature safe: yes
Notes
Notes: svn path=/head/; revision=286651
Diffstat (limited to 'security/putty')
-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