aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/parrot.rb
diff options
context:
space:
mode:
authorJonathan \"Duke\" Leto2013-02-20 11:23:41 -0800
committerJack Nagel2013-03-07 17:26:34 -0600
commit634d3869a2c60894ff780c573a503a224ed2ade2 (patch)
tree22c994724170ad63ab4b3d798870716df23ffbf2 /Library/Formula/parrot.rb
parent4011a816e109641d2bdc34c315530e0e2b31d585 (diff)
downloadhomebrew-634d3869a2c60894ff780c573a503a224ed2ade2.tar.bz2
parrot: add optional deps
Closes #17978. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/parrot.rb')
-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}",