summaryrefslogtreecommitdiffstats
path: root/http/kazehakase/DEPENDS
blob: 90fdffecd0c890652b5d7e3414fcb4d9bbc3ba83 (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
depends g++                                                &&
depends gtk+2                                              &&
depends xml-parser-expat                                   &&
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"                 &&
if is_depends_enabled $SPELL ruby-gtk2 ; then
depends ruby-gettext
fi &&
optional_depends hyperestraier                             \
                 "--enable-hyper-estraier"                 \
                 "--disable-hyper-estraier"                \
                 "History indexing support"