aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-04-30 12:10:57 -0700
committerAdam Vandenberg2013-04-30 12:10:57 -0700
commit6ff6eea7fccb573939cbb21f7d6c7dbb37d2c696 (patch)
tree5c311b2ae60995ea5217f748eab56b4d31cde574 /Library
parent5fa2bf64970e7b26ecdd1fc24bbcc5483f2c5a94 (diff)
downloadhomebrew-6ff6eea7fccb573939cbb21f7d6c7dbb37d2c696.tar.bz2
cairo: fix syntax
Closes #19543.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cairo.rb2
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