mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
- Revert revision 1.22
NO_SENDMAIL is used to disable Sendmail build in base system. It's presence does not inhibit Sendmail installed from port. Requested by: Marius Strobl <marius@alchemy.franken.de> Alex Vasylenko <lxv@omut.org>
This commit is contained in:
parent
692d82e61a
commit
db7d1c8b5b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105441
@ -72,7 +72,7 @@ SED_SCRIPT+= -e 's|%%RC_SUBR%%|${RC_SUBR}|g' \
|
||||
PLIST_SUB+= RC_DIR=${RC_DIR} \
|
||||
RC_SUFX=${RC_SUFX}
|
||||
|
||||
.if defined(WITH_MILTER) && !defined(NO_SENDMAIL)
|
||||
.if defined(WITH_MILTER)
|
||||
.if exists(${LOCALBASE}/lib/libmilter.a)
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
|
||||
|
Loading…
Reference in New Issue
Block a user