summaryrefslogtreecommitdiffstats
path: root/antivirus/clamav/DEPENDS
blob: bda085a15ed3284c724e209ec8fc2d7faf27473d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
depends g++ &&
depends zlib		&&
optional_depends bzip2  "--enable-bzip2"           \
                        "--disable-bzip2"          \
                        "for bzip2 support"        &&

optional_depends dazukofs "--enable-clamuko" \
                        "--disable-clamuko" \
                        "for on access scanning" &&

optional_depends gmp    "--enable-dsig"            \
                        "--disable-dsig"           \
                        "for digital signature support"	&&

optional_depends SYSTEM-LOGGER "" "" "to log activity"