diff options
Diffstat (limited to 'mail/sendmail')
-rw-r--r-- | mail/sendmail/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index 88ea956103ef..7337ed41d2b4 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -409,6 +409,10 @@ help: .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 900000 +BROKEN= does not build +.endif + .if defined(SENDMAIL_WITH_TLS) || defined(WITH_TLS) .if !defined(WITH_OPENSSL_BASE) SITE+= ${FILESDIR}/site.config.m4.ssl |