diff options
| author | Adam Vandenberg | 2014-02-25 21:53:57 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2014-02-27 08:21:21 -0800 |
| commit | c33a4878d00520079cd2113414011e32a9947c98 (patch) | |
| tree | c2631a98031a6e608c3e77c58370b3e539a53494 /Library/Formula/pixie.rb | |
| parent | 9212c2d68ec0dfb39a76954442510792b6022431 (diff) | |
| download | homebrew-c33a4878d00520079cd2113414011e32a9947c98.tar.bz2 | |
pixie: use Formula[]
Diffstat (limited to 'Library/Formula/pixie.rb')
| -rw-r--r-- | Library/Formula/pixie.rb | 4 |
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}" |
