diff options
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}" |
