diff options
-rw-r--r-- | security/openssh-portable/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 35bb19cd291a..45b86a557977 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -78,6 +78,10 @@ BROKEN= does not build BROKEN= X509 patch incompatible with HPN and LPK patches .endif +.if defined(WITH_X509) && defined(WITH_KERB_GSSAPI) +BROKEN= X509 patch incompatible with KERB_GSSAPI patch +.endif + .if defined(OPENSSH_OVERWRITE_BASE) WITH_OVERWRITE_BASE= yes .endif |