aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2014-02-24 21:09:31 -0800
committerAdam Vandenberg2014-02-27 08:21:15 -0800
commit028a3845c6f17ad60ecaf1d7b8f9d2bc4d044955 (patch)
treea36d606fbf83f054fd3e2fcbb49b99b6e69b510e /Library/Formula
parented7066a2d57aaf539f7f6a0fa770438da24bd316 (diff)
downloadhomebrew-028a3845c6f17ad60ecaf1d7b8f9d2bc4d044955.tar.bz2
cgdb: use Formula[]
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/cgdb.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/cgdb.rb b/Library/Formula/cgdb.rb
index 94f47799d..d1e30ab34 100644
--- a/Library/Formula/cgdb.rb
+++ b/Library/Formula/cgdb.rb
@@ -15,7 +15,7 @@ class Cgdb < Formula
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}",
- "--with-readline=#{Formula.factory('readline').opt_prefix}"
+ "--with-readline=#{Formula['readline'].opt_prefix}"
system "make install"
end
end