diff options
Diffstat (limited to 'Library/Formula/openexr.rb')
| -rw-r--r-- | Library/Formula/openexr.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/openexr.rb b/Library/Formula/openexr.rb index 28b20616c..78ac2cbe6 100644 --- a/Library/Formula/openexr.rb +++ b/Library/Formula/openexr.rb @@ -5,8 +5,8 @@ class Openexr <Formula homepage 'http://www.openexr.com/' md5 '11951f164f9c872b183df75e66de145a' - depends_on 'ilmbase' depends_on 'pkg-config' + depends_on 'ilmbase' def patches DATA @@ -31,5 +31,3 @@ __END__ + CXXFLAGS="$CXXFLAGS" ;; esac - - |
