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 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 <bsd.port.pre.mk> +.if ${OSVERSION} >= 800037 +BROKEN= does not compile +.endif + # Preserve deprecated OPENSSH_OVERWRITE_BASE settings .if defined(OPENSSH_OVERWRITE_BASE) WITH_OVERWRITE_BASE= yes |