aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2014-11-14 14:35:07 -0600
committerJack Nagel2014-11-14 14:46:44 -0600
commit63d7879e586b3ca3fbc5803d97bccff0061fd9fd (patch)
tree06821aa973ba11c6b340371550daa552e088df0c
parent18e4256eb688643e0c98947dea066976fb7d118d (diff)
downloadhomebrew-63d7879e586b3ca3fbc5803d97bccff0061fd9fd.tar.bz2
dcmtk: mark doxygen as a build-time dep
-rw-r--r--Library/Formula/dcmtk.rb2
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:
#