summaryrefslogtreecommitdiffstats
path: root/devel/radare2/DEPENDS
blob: 47ec0ec9e42c6d77af2e22d3c96d2940265810e4 (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
33
34
35
36
37
38
39
optional_depends libewf \
                 "" \
                 "--without-ewf" \
                 "for EWF file format support" &&

optional_depends gmp \
                 "" \
                 "--without-gmp" \
                 "for gmp support" &&

optional_depends file \
                 "" \
                 "--without-magic" \
                 "for filetype determination support" &&

optional_depends openssl \
                 "" \
                 "--without-ssl" \
                 "for SSL support" &&

suggest_depends perl \
                 "" \
                 "" \
                 "for perl scripting support" &&

suggest_depends python \
                 "" \
                 "" \
                 "for python scripting support" &&

suggest_depends lua \
                 "" \
                 "" \
                 "for lua scripting support"

suggest_depends RUBY \
                 "" \
                 "" \
                 "for ruby scripting support"