aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMisty De Meo2013-07-08 23:35:28 -0700
committerMisty De Meo2013-07-08 23:35:50 -0700
commit4403bb9d1b9e45e72382cee0e8f5d61e32ce6cc4 (patch)
treeed6676d04e37fade25138c996a901874e49807c6 /Library/Formula
parentb224721732cbdd1b3738dcc8ef2aa2c7cceac481 (diff)
downloadhomebrew-4403bb9d1b9e45e72382cee0e8f5d61e32ce6cc4.tar.bz2
doxygen: llvm requires option for --with-libclang
Fixes #21090.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/doxygen.rb2
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]