aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pixie.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2014-02-25 21:53:57 -0800
committerAdam Vandenberg2014-02-27 08:21:21 -0800
commitc33a4878d00520079cd2113414011e32a9947c98 (patch)
treec2631a98031a6e608c3e77c58370b3e539a53494 /Library/Formula/pixie.rb
parent9212c2d68ec0dfb39a76954442510792b6022431 (diff)
downloadhomebrew-c33a4878d00520079cd2113414011e32a9947c98.tar.bz2
pixie: use Formula[]
Diffstat (limited to 'Library/Formula/pixie.rb')
-rw-r--r--Library/Formula/pixie.rb4
1 files changed, 2 insertions, 2 deletions
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}"