aboutsummaryrefslogtreecommitdiffstats
path: root/mail/spamass-milter/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/spamass-milter/Makefile')
-rw-r--r--mail/spamass-milter/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/mail/spamass-milter/Makefile b/mail/spamass-milter/Makefile
index af39671f6b40..ea83ab989836 100644
--- a/mail/spamass-milter/Makefile
+++ b/mail/spamass-milter/Makefile
@@ -41,13 +41,7 @@ WITH_SENDMAIL_BASE=yes
.if exists(/usr/lib/libmilter.a)
MILTERBASE= /usr
.else
-.BEGIN:
- @${ECHO_CMD} "This port requires Sendmail 8.12"
- @${ECHO_CMD} "You requested to build with sendmail from the base system"
- @${ECHO_CMD} "sendmail in base system is too old or was not installed"
- @${ECHO_CMD} "Upgrade/reinstall base system or build with"
- @${ECHO_CMD} "sendmail from ports"
- @${FALSE}
+BROKEN= "Base system sendmail not found or too old, rebuild with WITH_SENDMAIL_PORT=yes"
.endif
.else
BUILD_DEPENDS+= ${LOCALBASE}/lib/libmilter.a:${PORTSDIR}/mail/sendmail