summaryrefslogtreecommitdiffstats
path: root/http/kazehakase/DEPENDS
blob: b7b2d8b455cc9393ad262dfb70c3ee2f2ee8f7af (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
27
28
29
30
31
32
depends g++                                                &&
depends gtk+2                                              &&
depends xml-parser-expat                                   &&
optional_depends nrcit                                     \
                 ""                                        \
                 ""                                        \
                 "GTK+Webcore supported renderer"          &&
if [[ "${KZ_SCM}" == "y" ]]
then
  depends subversion
fi                                                         &&

depends GECKO                                              &&


optional_depends webkitgtk                                 \
                 ""                                        \
                 ""                                        \
                 "WebKitGtk Layout Engine"                 &&
optional_depends gnutls                                    \
                 "--enable-ssl"                            \
                 "--disable-ssl"                           \
                 "TLS/SSL Support"                         &&
optional_depends ruby-gtk2                                 \
                 "--with-ruby=${TRACK_ROOT}/usr/bin/ruby"  \
                 "--without-ruby"                          \
                 "Ruby extensions support"                 &&
optional_depends hyperestraier                             \
                 "--with-search-engine=hyperestraier"      \
                 ""                                        \
                 "History indexing support"