From 98e3c090df337d8387cdb9dc003c5396ef96535e Mon Sep 17 00:00:00 2001 From: pav Date: Fri, 29 Jul 2011 19:54:57 +0000 Subject: - Mark BROKEN on 9.0-CURRENT: does not build pic -C op.me | eqn -C -Tascii | groff -Tascii -me | ul -t dumb > op.txt ul: unknown escape sequence in input: 33, 133 Reported by: pointyhat --- mail/sendmail/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mail/sendmail') 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 +.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 -- cgit