1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Add a check to see if WITH_MILTER is not set (and don't build milter

in that case).

PR:		ports/85834
Submitted by:	Vivek Khera <vivek@khera.org>
Approved by:	blaz@si.FreeBSD.org (maintainer)
This commit is contained in:
Sam Lawrance 2005-10-17 13:20:03 +00:00
parent 22104cbac8
commit 490878dfdf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145656

View File

@ -72,7 +72,7 @@ RC_DIR= ${PREFIX}/etc/rc.d
RC_SUFX= .sh
.endif
.if !exists(/usr/lib/libmilter.a) && !exists(${PREFIX}/lib/libmilter.a)
.if !defined(WITH_MILTER) || (!exists(/usr/lib/libmilter.a) && !exists(${PREFIX}/lib/libmilter.a))
AMAVIS_NOAMAVIS="@comment "
.endif