From c33a4878d00520079cd2113414011e32a9947c98 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 25 Feb 2014 21:53:57 -0800 Subject: pixie: use Formula[] --- Library/Formula/pixie.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula/pixie.rb') diff --git a/Library/Formula/pixie.rb b/Library/Formula/pixie.rb index 35eeee7d0..fc337d0bd 100644 --- a/Library/Formula/pixie.rb +++ b/Library/Formula/pixie.rb @@ -12,8 +12,8 @@ class Pixie < Formula depends_on :x11 def install - openexr = Formula.factory('openexr') - ilmbase = Formula.factory('ilmbase') + openexr = Formula["openexr"] + ilmbase = Formula["ilmbase"] ENV.append "CPPFLAGS", "-I#{openexr.include}/OpenEXR -I#{ilmbase.include}/OpenEXR" ENV.append "LDFLAGS", "-L#{openexr.lib} -L#{ilmbase.lib}" -- cgit v1.2.3