diff options
| author | Jack Nagel | 2012-06-06 20:35:12 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-07-01 12:41:00 -0500 |
| commit | a2d4d9d832e60e2b007990f394b22e77b6dfa3ba (patch) | |
| tree | 61d17f0eb86471a00b2bf117d13f067f73e372b8 /Library/Formula/dcmtk.rb | |
| parent | 06c2ea036322bd1d05330711aa41273cddc77ede (diff) | |
| download | homebrew-a2d4d9d832e60e2b007990f394b22e77b6dfa3ba.tar.bz2 | |
Update formulae for XQuartz compatibility
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 f4e0035a8..23b44c4d2 100644 --- a/Library/Formula/dcmtk.rb +++ b/Library/Formula/dcmtk.rb @@ -5,6 +5,7 @@ class Dcmtk < Formula url 'ftp://dicom.offis.de/pub/dicom/offis/software/dcmtk/dcmtk360/dcmtk-3.6.0.tar.gz' md5 '19409e039e29a330893caea98715390e' + depends_on :x11 depends_on 'libtiff' depends_on 'doxygen' if ARGV.include? '--with-docs' @@ -18,7 +19,6 @@ class Dcmtk < Formula def install ENV.m64 if MacOS.prefer_64_bit? - ENV.x11 args = std_cmake_args args << '-DDCMTK_WITH_DOXYGEN=YES' if ARGV.include? '--with-docs' |
