summaryrefslogtreecommitdiff
path: root/security/putty/Makefile
diff options
context:
space:
mode:
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 79b82f6d5576..3282e874d8e9 100644
--- a/security/putty/Makefile
+++ b/security/putty/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= putty
-PORTVERSION= 0.61
+PORTVERSION= 0.62
CATEGORIES= security ipv6
MASTER_SITES= http://the.earth.li/~sgtatham/putty/%SUBDIR%/ \
ftp://ftp.chiark.greenend.org.uk/users/sgtatham/putty-latest/
@@ -45,7 +45,7 @@ MAKE_ARGS+= GTK_CONFIG=:
.if !defined(WITHOUT_GSSAPI)
_COMPAT= -DSTATIC_GSSAPI
.if ${OSVERSION} >= 900000
-LIB_DEPENDS= krb5support.0:${PORTSDIR}/security/krb5
+LIB_DEPENDS+= krb5support.0:${PORTSDIR}/security/krb5
.endif
.else
_COMPAT= -DNO_GSSAPI