aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2014-03-01 13:52:25 -0800
committerAdam Vandenberg2014-03-01 13:52:25 -0800
commit6ee580e4d1c18775c9822759a52e5eaea62aabe7 (patch)
tree55ba6d2c24549104edd18b5c4810c7254aee9724 /Library/Formula
parent61e890b96eb2cd0f298d8392312284af8586c461 (diff)
downloadhomebrew-6ee580e4d1c18775c9822759a52e5eaea62aabe7.tar.bz2
afflib: fix audit
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/afflib.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/afflib.rb b/Library/Formula/afflib.rb
index 4cff65d48..bfb94dfa0 100644
--- a/Library/Formula/afflib.rb
+++ b/Library/Formula/afflib.rb
@@ -22,8 +22,8 @@ class Afflib < Formula
args = ["--disable-dependency-tracking", "--prefix=#{prefix}"]
- if build.with? 'osxfuse'
- ENV['CPPFLAGS'] = "-I#{Formula.factory('osxfuse').include}/osxfuse"
+ if build.with? "osxfuse"
+ ENV['CPPFLAGS'] = "-I#{Formula["osxfuse"].include}/osxfuse"
args << "--enable-fuse"
end