aboutsummaryrefslogtreecommitdiffstats
path: root/mail/simscan
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2005-07-07 03:36:24 +0800
committernovel <novel@FreeBSD.org>2005-07-07 03:36:24 +0800
commitcd7b8267906a411ece0868fa2c1efa87087daee9 (patch)
tree8a21d8c638ca29dc6c3f347131f21a7356b7e9d4 /mail/simscan
parentd4c8049ef80dc69a148adaad96c7419bec3bf9df (diff)
downloadfreebsd-ports-gnome-cd7b8267906a411ece0868fa2c1efa87087daee9.tar.gz
freebsd-ports-gnome-cd7b8267906a411ece0868fa2c1efa87087daee9.tar.zst
freebsd-ports-gnome-cd7b8267906a411ece0868fa2c1efa87087daee9.zip
Fix WITHOUT_CLAMAV option.
PR: 83070 Submitted by: Renato Botelho <freebsd@galle.com.br>
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