aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/parrot.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/parrot.rb b/Library/Formula/parrot.rb
index 6e3d1d46c..fd72ab13c 100644
--- a/Library/Formula/parrot.rb
+++ b/Library/Formula/parrot.rb
@@ -15,6 +15,8 @@ class Parrot < Formula
depends_on 'gmp' => :optional
depends_on 'icu4c' => :optional
depends_on 'pcre' => :optional
+ depends_on 'readline' => :optional
+ depends_on 'libffi' => :optional
def install
system "perl", "Configure.pl", "--prefix=#{prefix}",