diff options
| author | Adam Vandenberg | 2013-04-30 12:10:57 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-04-30 12:10:57 -0700 |
| commit | 6ff6eea7fccb573939cbb21f7d6c7dbb37d2c696 (patch) | |
| tree | 5c311b2ae60995ea5217f748eab56b4d31cde574 /Library | |
| parent | 5fa2bf64970e7b26ecdd1fc24bbcc5483f2c5a94 (diff) | |
| download | homebrew-6ff6eea7fccb573939cbb21f7d6c7dbb37d2c696.tar.bz2 | |
cairo: fix syntax
Closes #19543.
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 9f396ecac..332b4083c 100644 --- a/Library/Formula/cairo.rb +++ b/Library/Formula/cairo.rb @@ -21,7 +21,7 @@ class Cairo < Formula depends_on 'pixman' depends_on 'pkg-config' => :build depends_on 'xz'=> :build - depends_on 'glib' if build.with? 'x' || build.with? 'glib' + depends_on 'glib' if build.with?('x') || build.with?('glib') depends_on :x11 if build.with? 'x' def install |
