diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/dcmtk.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/dcmtk.rb b/Library/Formula/dcmtk.rb index 1d761b3d9..47448aeba 100644 --- a/Library/Formula/dcmtk.rb +++ b/Library/Formula/dcmtk.rb @@ -18,7 +18,7 @@ class Dcmtk < Formula depends_on 'cmake' => :build depends_on "libpng" depends_on 'libtiff' - depends_on 'doxygen' if build.with? "docs" + depends_on "doxygen" => :build if build.with? "docs" # This roughly corresponds to thefollowing upstream patch: # |
