diff options
author | erwin <erwin@FreeBSD.org> | 2010-04-19 03:14:55 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2010-04-19 03:14:55 +0800 |
commit | 7c896e48352ff6940f23a232fce158ba19f4333d (patch) | |
tree | 4afc2121ce9a172607b8691f0f88d2dadd069fb5 | |
parent | 5375e7aae8fb139976843fdb086031f6b7961078 (diff) | |
download | freebsd-ports-gnome-7c896e48352ff6940f23a232fce158ba19f4333d.tar.gz freebsd-ports-gnome-7c896e48352ff6940f23a232fce158ba19f4333d.tar.zst freebsd-ports-gnome-7c896e48352ff6940f23a232fce158ba19f4333d.zip |
Mark BROKEN on 9.x: does not build
-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 |