diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/cairo.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/cairo.rb b/Library/Formula/cairo.rb index 98fbf7a59..c4e04e1d0 100644 --- a/Library/Formula/cairo.rb +++ b/Library/Formula/cairo.rb @@ -11,7 +11,7 @@ class Cairo < Formula # Can't currently pass :recommended to the :x11 dep. depends_on :libpng # => :recommended - depends_on :pixman + depends_on 'pixman' depends_on 'pkg-config' => :build depends_on 'xz'=> :build depends_on :x11 unless ARGV.include? '--without-x' |
