1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Fix INDEX, use BROKEN

pointy hat to: linimon
This commit is contained in:
Mathieu Arnold 2004-03-14 11:27:23 +00:00
parent ba4cf9fabb
commit 4953f288c7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103977

View File

@ -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