diff options
-rw-r--r-- | security/hpn-ssh/Makefile | 2 | ||||
-rw-r--r-- | security/openssh-portable/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/hpn-ssh/Makefile b/security/hpn-ssh/Makefile index 5dd81a234f67..d81f25cf4980 100644 --- a/security/hpn-ssh/Makefile +++ b/security/hpn-ssh/Makefile @@ -80,7 +80,7 @@ CONFLICTS+= openssh-portable-* CONFIGURE_ARGS+= --with-kerberos5=${KRB5_HOME} .else CONFLICTS+= openssh-gssapi-* -.if exists(/usr/include/krb5.h) +.if !defined(WITHOUT_KERBEROS) && exists(/usr/include/krb5.h) CONFIGURE_ARGS+= --with-kerberos5 EXTRA_PATCHES+= ${FILESDIR}/gss-serv.c.patch .endif diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 5dd81a234f67..d81f25cf4980 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -80,7 +80,7 @@ CONFLICTS+= openssh-portable-* CONFIGURE_ARGS+= --with-kerberos5=${KRB5_HOME} .else CONFLICTS+= openssh-gssapi-* -.if exists(/usr/include/krb5.h) +.if !defined(WITHOUT_KERBEROS) && exists(/usr/include/krb5.h) CONFIGURE_ARGS+= --with-kerberos5 EXTRA_PATCHES+= ${FILESDIR}/gss-serv.c.patch .endif |