diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/freetype.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/freetype.rb b/Library/Formula/freetype.rb index c3b4802ca..a87d610de 100644 --- a/Library/Formula/freetype.rb +++ b/Library/Formula/freetype.rb @@ -4,6 +4,7 @@ class Freetype < Formula homepage 'http://www.freetype.org' url 'https://downloads.sf.net/project/freetype/freetype2/2.5.3/freetype-2.5.3.tar.bz2' sha1 'd3c26cc17ec7fe6c36f4efc02ef92ab6aa3f4b46' + revision 1 bottle do cellar :any @@ -16,7 +17,7 @@ class Freetype < Formula option :universal - depends_on :libpng + depends_on "libpng" def install ENV.universal_binary if build.universal? |
