diff options
Diffstat (limited to 'Library/Formula/webp.rb')
| -rw-r--r-- | Library/Formula/webp.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/webp.rb b/Library/Formula/webp.rb index b7a458d03..b9b3a54df 100644 --- a/Library/Formula/webp.rb +++ b/Library/Formula/webp.rb @@ -4,10 +4,11 @@ class Webp < Formula homepage 'http://code.google.com/speed/webp/' url 'https://webp.googlecode.com/files/libwebp-0.4.0.tar.gz' sha1 '326c4b6787a01e5e32a9b30bae76442d18d2d1b6' + revision 1 option :universal - depends_on :libpng + depends_on 'libpng' depends_on 'jpeg' => :recommended def install |
