From 63d7879e586b3ca3fbc5803d97bccff0061fd9fd Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 14 Nov 2014 14:35:07 -0600 Subject: dcmtk: mark doxygen as a build-time dep --- Library/Formula/dcmtk.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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: # -- cgit v1.2.3