summaryrefslogtreecommitdiff
path: root/secure/lib/libssh
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-01-16 07:10:45 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-01-16 07:10:45 +0000
commit14ab4b1221b5f34a3a494a1c58c3c584f31d4381 (patch)
tree3662dbb107ea7353a3d82b0c1d0727ef969d7822 /secure/lib/libssh
parentbc4bc0d96a407879af8e1efc1b800770eab677c0 (diff)
Notes
Diffstat (limited to 'secure/lib/libssh')
-rw-r--r--secure/lib/libssh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile
index 92ba2bd2991c..9ee878edbaee 100644
--- a/secure/lib/libssh/Makefile
+++ b/secure/lib/libssh/Makefile
@@ -47,7 +47,7 @@ USEPRIVATELIB+= ldns
CFLAGS+= -I${SSHDIR} -include ssh_namespace.h
SRCS+= ssh_namespace.h
-.if ${MK_KERBEROS_SUPPORT} != "no"
+.if ${MK_GSSAPI} != "no" && ${MK_KERBEROS_SUPPORT} != "no"
CFLAGS+= -include krb5_config.h
SRCS+= krb5_config.h
DPADD+= ${LIBGSSAPI} ${LIBKRB5} ${LIBHX509} ${LIBASN1} ${LIBCOM_ERR} ${LIBMD} ${LIBROKEN}