summaryrefslogtreecommitdiffstats
path: root/net/wvstreams/DEPENDS
blob: 685a1606acc4815668f08ea15e0224a617092f76 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
depends -sub CXX gcc     &&
depends SSL &&
depends zlib    &&
depends xplc    &&

optional_depends linux-pam                                 \
                 "--with-pam"                              \
                 "--without-pam"                           \
                 "Enable PAM support"                      &&
optional_depends tcl                                       \
                 "--with-tcl"                              \
                 "--without-tcl"                           \
                 "Enable TCL support"                      &&
optional_depends dbus                                      \
                 "--with-dbus"                             \
                 "--without-dbus"                          \
                 "Enable dbus support"                     &&
optional_depends valgrind                                  \
                 "--with-valgrind"                         \
                 "--without-valgrind"                      \
                 "Enable valgrind support"                 &&
optional_depends SSL                                   \
                 "--with-SSL"                          \
                 "--without-SSL"                       \
                 "Enable OpenSSL support"