aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2014-02-25 06:37:27 -0800
committerAdam Vandenberg2014-02-27 08:21:19 -0800
commit1e26738f25b9773249c9124a9c3fe448e675ba3d (patch)
tree114b99a9c495b69a428252e52cd139acf58b6e2d /Library/Formula
parent85f9cbb3134ce8f2e4cc0a37b85105a71a670f13 (diff)
downloadhomebrew-1e26738f25b9773249c9124a9c3fe448e675ba3d.tar.bz2
guile: use Formula[]
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/guile.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/guile.rb b/Library/Formula/guile.rb
index 92cfc2cbd..54ca25363 100644
--- a/Library/Formula/guile.rb
+++ b/Library/Formula/guile.rb
@@ -43,8 +43,8 @@ class Guile < Formula
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
- "--with-libreadline-prefix=#{Formula.factory('readline').prefix}",
- "--with-libgmp-prefix=#{Formula.factory('gmp').prefix}"
+ "--with-libreadline-prefix=#{Formula["readline"].prefix}",
+ "--with-libgmp-prefix=#{Formula["gmp"].prefix}"
system "make install"
# A really messed up workaround required on OS X --mkhl