diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 9a846065a04f..a004e4e321af 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -68,6 +68,10 @@ OPTIONS= PAM "Enable pam(3) support" on \ .include +.if ${OSVERSION} >= 800037 +BROKEN= does not compile +.endif + # Preserve deprecated OPENSSH_OVERWRITE_BASE settings .if defined(OPENSSH_OVERWRITE_BASE) WITH_OVERWRITE_BASE= yes