summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-03-27 18:30:18 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-03-27 18:30:18 +0000
commitdb7d1c8b5b482d7f529f18b3633e8fb2fa149363 (patch)
treeab8728464e15df1ccc1669d2c3c0388e94680a8d
parent- Mark DEPRECATED and point users to 2.0 release in graphics/gimp port (diff)
- 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>
-rw-r--r--security/clamav/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile
index 1ccc7bd106a1..0d200bbe7525 100644
--- a/security/clamav/Makefile
+++ b/security/clamav/Makefile
@@ -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}"