summaryrefslogtreecommitdiffstats
path: root/http/apache22/DEPENDS
blob: 4bcae3caf79f71c29e6a7b97b13390d1171a8301 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
depends  apr      &&
depends  apr-util &&

if echo "$OPTS" | grep -Eq "enable-(authnz-)?ldap"; then
  depends -sub LDAP apr-util
fi &&

optional_depends  openssl                \
                  '--enable-ssl'         \
                  '--disable-ssl'        \
                  'for SSL/TLS support'  &&

optional_depends  'pcre'                                                   \
                  '--with-pcre'                                            \
                  ''                                                       \
                  'for system Perl Compatible Regular Expression Library'