diff options
| author | Adam Vandenberg | 2010-09-13 15:16:09 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-09-13 15:16:09 -0700 |
| commit | 931e7d23db4c0172bc36bf5224d852db53f85a07 (patch) | |
| tree | ef4fc5658c57287e13114cf0336c9b53222b21e6 /Library/Formula/openimageio.rb | |
| parent | e165b3ca47e843e9840a17023b8e3d2625118ffb (diff) | |
| download | homebrew-931e7d23db4c0172bc36bf5224d852db53f85a07.tar.bz2 | |
brew-audit - check for commented-out dependencies
"brew audit" will now warn about commented-out dependencies.
Updated formulae that had these to either take them out or rewrite
the comments around them.
Diffstat (limited to 'Library/Formula/openimageio.rb')
| -rw-r--r-- | Library/Formula/openimageio.rb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/openimageio.rb b/Library/Formula/openimageio.rb index 7278afd10..3164ec0c8 100644 --- a/Library/Formula/openimageio.rb +++ b/Library/Formula/openimageio.rb @@ -17,10 +17,8 @@ class Openimageio <Formula depends_on 'jpeg' => :optional depends_on 'jasper' => :optional - # Qt linking not currently working. - # # build iv - # depends_on 'qt' => :optional - # depends_on 'glew' => :optional + # Qt linking, to build iv, is not currently working. + # Would need qt and glew as deps for this. depends_on 'tbb' => :optional |
