summaryrefslogtreecommitdiffstats
path: root/devel/swig/DEPENDS
blob: a97967923bd0778588cecd92f51a6319e3281e94 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
depends -sub CXX gcc &&
depends zlib &&

optional_depends guile     "--with-guile"  "--without-guile"   "Guile support" &&
optional_depends JAVA     '--with-java'    '--without-java'    'Java support'  'z-rejected' &&
optional_depends LUA     "--with-lua"      "--without-lua"     "LUA support" &&
optional_depends ocaml   "--with-ocaml"    "--without-ocaml"   "Ocaml support" &&
optional_depends pcre      "--with-pcre"   "--without-pcre"    "regular expression support" &&
optional_depends perl     "--with-perl5"   "--without-perl5"   "Perl 5 support" &&
optional_depends php      "--with-php"     "--without-php"     "PHP support" &&
optional_depends python   "--with-python"  "--without-python"  "Python 2 support"  &&
optional_depends python3  "--with-python3" "--without-python3" "Python 3 support"  &&
optional_depends RUBY     "--with-ruby"    "--without-ruby"    "Ruby support"  &&
optional_depends tcl     "--with-tcl"      "--without-tcl"     "Tcl/Tk support"