aboutsummaryrefslogtreecommitdiff
path: root/security/putty/Makefile
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2015-11-09 09:18:22 +0000
committerMatthias Andree <mandree@FreeBSD.org>2015-11-09 09:18:22 +0000
commit6c2d5afdf80ca967cf0bb1b3b50fd322ce48dc88 (patch)
tree0c92fdc92057b458f5bdc6664a984af65a0e93e4 /security/putty/Makefile
parent5fea0d989447f549dcc8be3e7ea07f90286847ce (diff)
downloadports-6c2d5afdf80ca967cf0bb1b3b50fd322ce48dc88.tar.gz
ports-6c2d5afdf80ca967cf0bb1b3b50fd322ce48dc88.zip
Notes
Diffstat (limited to 'security/putty/Makefile')
-rw-r--r--security/putty/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/putty/Makefile b/security/putty/Makefile
index 1ac915075bee..69c15429ba43 100644
--- a/security/putty/Makefile
+++ b/security/putty/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= putty
-PORTVERSION= 0.65
+PORTVERSION= 0.66
CATEGORIES= security ipv6
MASTER_SITES= http://the.earth.li/~sgtatham/putty/${PORTVERSION}/ \
ftp://ftp.chiark.greenend.org.uk/users/sgtatham/putty-latest/
@@ -45,7 +45,7 @@ MAKE_ARGS+= GTK_CONFIG=:
.if ${PORT_OPTIONS:MGSSAPI}
_COMPAT= -DSTATIC_GSSAPI
-LIB_DEPENDS+= libkrb5support.so:${PORTSDIR}/security/krb5
+USES+= gssapi:mit
.else
_COMPAT= -DNO_GSSAPI
.endif