diff options
| author | Misty De Meo | 2013-07-08 23:35:28 -0700 |
|---|---|---|
| committer | Misty De Meo | 2013-07-08 23:35:50 -0700 |
| commit | 4403bb9d1b9e45e72382cee0e8f5d61e32ce6cc4 (patch) | |
| tree | ed6676d04e37fade25138c996a901874e49807c6 /Library/Formula | |
| parent | b224721732cbdd1b3738dcc8ef2aa2c7cceac481 (diff) | |
| download | homebrew-4403bb9d1b9e45e72382cee0e8f5d61e32ce6cc4.tar.bz2 | |
doxygen: llvm requires option for --with-libclang
Fixes #21090.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/doxygen.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/doxygen.rb b/Library/Formula/doxygen.rb index a912ea726..a09f77801 100644 --- a/Library/Formula/doxygen.rb +++ b/Library/Formula/doxygen.rb @@ -14,7 +14,7 @@ class Doxygen < Formula depends_on 'graphviz' if build.include? 'with-dot' depends_on 'qt' if build.include? 'with-doxywizard' - depends_on 'llvm' if build.include? 'with-libclang' + depends_on 'llvm' => '--with-clang' if build.include? 'with-libclang' def install args = ["--prefix", prefix] |
