From 7c896e48352ff6940f23a232fce158ba19f4333d Mon Sep 17 00:00:00 2001 From: erwin Date: Sun, 18 Apr 2010 19:14:55 +0000 Subject: Mark BROKEN on 9.x: does not build --- mail/enma/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mail') 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 .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 -- cgit