summaryrefslogtreecommitdiffstats
path: root/ruby-raa/ruby-2.0/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'ruby-raa/ruby-2.0/DEPENDS')
-rwxr-xr-xruby-raa/ruby-2.0/DEPENDS6
1 files changed, 4 insertions, 2 deletions
diff --git a/ruby-raa/ruby-2.0/DEPENDS b/ruby-raa/ruby-2.0/DEPENDS
index acfc465132..813f550980 100755
--- a/ruby-raa/ruby-2.0/DEPENDS
+++ b/ruby-raa/ruby-2.0/DEPENDS
@@ -1,6 +1,8 @@
+depends libffi &&
+
optional_depends doxygen "" "--disable-install-doc" "install documentation" &&
optional_depends db "" "" "for db support" &&
optional_depends gdbm "" "" "for gdbm support" &&
-optional_depends tk "" "" "for tk support" &&
optional_depends libyaml "" "" "for YAML output (recommended)" &&
-optional_depends SSL "" "" "for ssl and hashing modules"
+optional_depends SSL "" "" "for ssl and hashing modules" &&
+optional_depends tk "" "" "for tk support"