diff options
| author | Jack Nagel | 2013-12-09 15:08:30 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-12-09 15:13:51 -0600 |
| commit | af24601634283f0c9e7bf07e9265ee21268fc5a2 (patch) | |
| tree | 35c751f695b1447092cbc9f06e202fda5856971f /Library | |
| parent | b6d4d8ee747d2a96f63a821e048ddba9cde4da48 (diff) | |
| download | homebrew-af24601634283f0c9e7bf07e9265ee21268fc5a2.tar.bz2 | |
Use symbol form of freetype dep where appropriate
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/evas.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/pdf2image.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/sdl2_ttf.rb | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/evas.rb b/Library/Formula/evas.rb index 605b2e498..d2e73ca21 100644 --- a/Library/Formula/evas.rb +++ b/Library/Formula/evas.rb @@ -10,8 +10,8 @@ class Evas < Formula depends_on 'pkg-config' => :build depends_on 'eina' depends_on 'eet' - depends_on 'freetype' - depends_on 'fontconfig' + depends_on :freetype + depends_on :fontconfig depends_on 'fribidi' depends_on 'harfbuzz' depends_on 'doxygen' if build.include? 'with-docs' diff --git a/Library/Formula/pdf2image.rb b/Library/Formula/pdf2image.rb index ed935f823..d7e7442de 100644 --- a/Library/Formula/pdf2image.rb +++ b/Library/Formula/pdf2image.rb @@ -6,8 +6,8 @@ class Pdf2image < Formula sha1 '2acc8d1597eb470fce761d3f35b548318d446c2a' depends_on :x11 + depends_on :freetype depends_on 'ghostscript' - depends_on 'freetype' conflicts_with 'poppler', 'xpdf', :because => 'pdf2image, poppler, and xpdf install conflicting executables' diff --git a/Library/Formula/sdl2_ttf.rb b/Library/Formula/sdl2_ttf.rb index 0fb3205c6..71b6d60bd 100644 --- a/Library/Formula/sdl2_ttf.rb +++ b/Library/Formula/sdl2_ttf.rb @@ -7,7 +7,7 @@ class Sdl2Ttf < Formula depends_on 'pkg-config' => :build depends_on 'sdl2' - depends_on 'freetype' + depends_on :freetype option :universal |
