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 27a4a4fdc487..69f12fe3105d 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -126,6 +126,10 @@ CONFIGURE_ARGS+= --with-kerberos5 EXTRA_PATCHES+= ${FILESDIR}/gss-serv.c.patch .endif .endif + +.if ${OSVERSION} >= 800000 +BROKEN= does not link +.endif .endif .if ${OPENSSLBASE} != "/usr" |