diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-14 18:42:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-14 18:42:04 +0000 |
commit | ffb7170399b77f34a48875ad6468eb796f00aed3 (patch) | |
tree | 3a1e4c5d813ec945366f43d48f94fa325ba0ead9 /security/putty | |
parent | c60af5b21ccf5bfc632b51afe126bbc7dac29ddd (diff) |
Notes
Diffstat (limited to 'security/putty')
-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 3bdaf542b219..aef2f33d5d9d 100644 --- a/security/putty/Makefile +++ b/security/putty/Makefile @@ -42,7 +42,7 @@ MAKE_ARGS+= GTK_CONFIG=: .if ${PORT_OPTIONS:MGSSAPI} _COMPAT= -DSTATIC_GSSAPI .if ${OSVERSION} >= 900000 -LIB_DEPENDS+= krb5support:${PORTSDIR}/security/krb5 +LIB_DEPENDS+= libkrb5support.so:${PORTSDIR}/security/krb5 .endif .else _COMPAT= -DNO_GSSAPI |