diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2010-04-18 19:14:55 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2010-04-18 19:14:55 +0000 |
commit | 948bc89b3750be6a0703651ce91b8ec222882a61 (patch) | |
tree | a956dfc3f94325bbc91cb67aabed74635b60b27b /mail/enma | |
parent | b10bdf644d3a712a19ec63481d7a0d9e8ddc3256 (diff) |
Notes
Diffstat (limited to 'mail/enma')
-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 |