diff options
Diffstat (limited to 'mail/enma/Makefile')
-rw-r--r-- | mail/enma/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/enma/Makefile b/mail/enma/Makefile index 4f16f85fc08d..81bb9eeb15a2 100644 --- a/mail/enma/Makefile +++ b/mail/enma/Makefile @@ -42,6 +42,10 @@ SUB_FILES= milter-enma .include <bsd.port.pre.mk> .include "${PORTSDIR}/mail/sendmail/bsd.milter.mk" +.if ${OSVERSION} >= 900007 +BROKEN= does not build +.endif + USE_OPENSSL= yes .if ${OSVERSION} < 700000 WITH_OPENSSL_PORT= yes |