summaryrefslogtreecommitdiffstats
path: root/antivirus/clamav/DEPENDS
diff options
context:
space:
mode:
authorTreeve Jelbert2007-02-01 20:32:36 +0100
committerTreeve Jelbert2007-02-01 20:32:36 +0100
commitcde3593247d55dd0778cbba8d514e75c01cf1a99 (patch)
tree39eebb91533454cd2159dc8717dc8ddc1000c9fd /antivirus/clamav/DEPENDS
parent7b08b6428215575d2782e9c41d5ae1c4497d2b86 (diff)
clamav-0.90rc3
Diffstat (limited to 'antivirus/clamav/DEPENDS')
-rwxr-xr-xantivirus/clamav/DEPENDS21
1 files changed, 16 insertions, 5 deletions
diff --git a/antivirus/clamav/DEPENDS b/antivirus/clamav/DEPENDS
index 8bc916efc0..bdf0a8a35e 100755
--- a/antivirus/clamav/DEPENDS
+++ b/antivirus/clamav/DEPENDS
@@ -1,8 +1,19 @@
depends zlib &&
-optional_depends bzip2 "" "" "for bzip2 support" &&
-optional_depends dazuko "" "" "for on access scanning" &&
-optional_depends gmp "" "" "for digital signature support" &&
-#depends gnupg &&
-#optional_depends ripmime "" "" "necessary if you are installing clamdmail" &&
+optional_depends bzip2 "--enable-bzip2" \
+ "--disable-bzip2" \
+ "for bzip2 support" &&
+
+optional_depends dazuko "--enable-clamuko" \
+ "--disable-clamuko" \
+ "for on access scanning" &&
+
+optional_depends gmp "--enable-dsig" \
+ "--disable-dsig" \
+ "for digital signature support" &&
+
+optional_depends curl "--with-libcurl" \
+ "--without-libcurl" \
+ "for automatic downloading" &&
+
optional_depends SYSTEM-LOGGER "" "" "to log activity"