diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-07-06 19:36:24 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-07-06 19:36:24 +0000 |
commit | accf2d808f83d060462337a1c31fc87539be9643 (patch) | |
tree | 2ad122009c7cb9dbfa2585a868e5f7995e1613c9 /mail | |
parent | 19abac9cebbbb09a7435cae6e474565a4ba9d628 (diff) | |
download | ports-accf2d808f83d060462337a1c31fc87539be9643.tar.gz ports-accf2d808f83d060462337a1c31fc87539be9643.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/simscan/Makefile | 2 |
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 |