aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/trafshow.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/trafshow.rb b/Library/Formula/trafshow.rb
index ce15e46ea..f242485c5 100644
--- a/Library/Formula/trafshow.rb
+++ b/Library/Formula/trafshow.rb
@@ -17,7 +17,7 @@ class Trafshow < Formula
def copy_libtool_files!
if not MacOS::Xcode.provides_autotools?
- s = Formula.factory('libtool').share
+ s = Formula['libtool'].share
d = "#{s}/libtool/config"
cp ["#{d}/config.guess", "#{d}/config.sub"], "."
elsif MacOS.version <= :leopard