diff options
| author | Jack Nagel | 2014-11-14 14:35:07 -0600 |
|---|---|---|
| committer | Jack Nagel | 2014-11-14 14:46:44 -0600 |
| commit | 63d7879e586b3ca3fbc5803d97bccff0061fd9fd (patch) | |
| tree | 06821aa973ba11c6b340371550daa552e088df0c /Library/Formula/dcmtk.rb | |
| parent | 18e4256eb688643e0c98947dea066976fb7d118d (diff) | |
| download | homebrew-63d7879e586b3ca3fbc5803d97bccff0061fd9fd.tar.bz2 | |
dcmtk: mark doxygen as a build-time dep
Diffstat (limited to 'Library/Formula/dcmtk.rb')
| -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: # |
