From 6c59d6c5f127c987e8b76e55b7770f464fe5444d Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 6 Nov 2010 08:39:15 -0700 Subject: parrot 2.9.1 --- Library/Formula/parrot.rb | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/parrot.rb b/Library/Formula/parrot.rb index e14251e9f..3816f00ca 100644 --- a/Library/Formula/parrot.rb +++ b/Library/Formula/parrot.rb @@ -2,17 +2,19 @@ require 'formula' class Parrot :optional depends_on 'icu4c' => :optional depends_on 'pcre' => :optional def install - system "perl", "Configure.pl", "--prefix=#{prefix}", "--debugging=0", - "--without-opengl", "--cc=#{ENV.cc}" + system "perl", "Configure.pl", "--prefix=#{prefix}", + "--debugging=0", + "--without-opengl", + "--cc=#{ENV.cc}" system "make" system "make install" -- cgit v1.2.3