diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2010-11-25 22:05:22 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2010-11-25 22:05:22 +0000 |
commit | c38a8b57ed67c79b36cd06002081fca6aee69e79 (patch) | |
tree | d62a484e528d97273199fc6892a9cde18946d994 /mail/nmh | |
parent | 4e70fa57451bcfe7b804a0f72799b572410fd43d (diff) | |
download | ports-c38a8b57ed67c79b36cd06002081fca6aee69e79.tar.gz ports-c38a8b57ed67c79b36cd06002081fca6aee69e79.zip |
Notes
Diffstat (limited to 'mail/nmh')
-rw-r--r-- | mail/nmh/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile index 75b465155c94..623bb5a2d771 100644 --- a/mail/nmh/Makefile +++ b/mail/nmh/Makefile @@ -100,6 +100,10 @@ OPTIONS= SASL2 "Cyrus SASL2" OFF .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 90007 +BROKEN= does not build +.endif + .if defined(WITH_SASL2) LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 CONFIGURE_ARGS+= --with-cyrus-sasl=${PREFIX} |