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:
parent
22104cbac8
commit
490878dfdf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145656
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user