aboutsummaryrefslogtreecommitdiff
path: root/mail/simscan
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2005-07-06 19:36:24 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2005-07-06 19:36:24 +0000
commitaccf2d808f83d060462337a1c31fc87539be9643 (patch)
tree2ad122009c7cb9dbfa2585a868e5f7995e1613c9 /mail/simscan
parent19abac9cebbbb09a7435cae6e474565a4ba9d628 (diff)
downloadports-accf2d808f83d060462337a1c31fc87539be9643.tar.gz
ports-accf2d808f83d060462337a1c31fc87539be9643.zip
Fix WITHOUT_CLAMAV option.
PR: 83070 Submitted by: Renato Botelho <freebsd@galle.com.br>
Notes
Notes: svn path=/head/; revision=138623
Diffstat (limited to 'mail/simscan')
-rw-r--r--mail/simscan/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/simscan/Makefile b/mail/simscan/Makefile
index bdf26c52224d..04889ffce5e8 100644
--- a/mail/simscan/Makefile
+++ b/mail/simscan/Makefile
@@ -45,7 +45,7 @@ CONFIGURE_ARGS=--enable-clamavdb-path=/var/db/clamav \
--enable-workdir=${WORKDIR}
.if defined(WITHOUT_CLAMAV)
-CONFIGURE_ARGS+=-enable-clamav=n
+CONFIGURE_ARGS+= --enable-clamav=n
.else
BUILD_DEPENDS+= clamdscan:${PORTSDIR}/security/clamav
.endif