dcmtk: Don't use system libpng. It's missing symbols in Mac OS 10.5

Closes Homebrew/homebrew#24093.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Jordi Gutiérrez Hermoso 2013-11-08 14:00:47 -05:00 committed by Adam Vandenberg
parent 92ef37090a
commit 7cd0570556

View file

@ -8,7 +8,7 @@ class Dcmtk < Formula
option 'with-docs', 'Install development libraries/headers and HTML docs'
depends_on 'cmake' => :build
depends_on :libpng
depends_on "libpng"
depends_on 'libtiff'
depends_on 'doxygen' if build.include? 'with-docs'