aboutsummaryrefslogtreecommitdiff
path: root/mail/sendmail
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-07-29 19:54:57 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-07-29 19:54:57 +0000
commit7b95176b6fb2ff71760848a69162a92fe6f94d07 (patch)
tree96da5770b4e1b46bb0689be5ed6ac6aacd0dd60f /mail/sendmail
parentccd80aa9171effbb86fd5ae4ca1b2907fbf48143 (diff)
downloadports-7b95176b6fb2ff71760848a69162a92fe6f94d07.tar.gz
ports-7b95176b6fb2ff71760848a69162a92fe6f94d07.zip
- 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
Notes
Notes: svn path=/head/; revision=278540
Diffstat (limited to 'mail/sendmail')
-rw-r--r--mail/sendmail/Makefile4
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