summaryrefslogtreecommitdiffstats
path: root/http/modsecurity/DEPENDS
blob: 5038fb817fd5183c853ae48d522843f7296f6fa0 (plain) (blame)
1
2
3
4
5
6
7
8
9
depends libxml2 &&
depends APACHE2 &&
case $(get_spell_provider $SPELL APACHE2) in
  apache22) sub_depends apache22 UNIQ ;;
   apache2) sub_depends apache2  UNIQ ;;
         *) ;; # NOTHING
esac &&
optional_depends lua51 "" "" "to use the new Lua engine"
optional_depends curl "" "" "for ModSecurity Log Collector"