Skip to content

Commit

Permalink
doxygen: use patch DSL
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Mar 18, 2014
1 parent 6cd8779 commit 1e1f8f6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Formula/doxygen.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ class Doxygen < Formula
depends_on 'qt' if build.with? 'doxywizard'
depends_on 'llvm' => 'with-clang' if build.with? 'libclang'

def patches
DATA if build.with? 'doxywizard'
end
patch :DATA if build.with? 'doxywizard'

def install
# libclang is installed under #{HOMEBREW_PREFIX}/opt/llvm/
Expand Down

0 comments on commit 1e1f8f6

Please sign in to comment.