From 6ee580e4d1c18775c9822759a52e5eaea62aabe7 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 1 Mar 2014 13:52:25 -0800 Subject: afflib: fix audit --- Library/Formula/afflib.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula/afflib.rb') 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 -- cgit v1.2.3