aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libcaca.rb9
1 files changed, 2 insertions, 7 deletions
diff --git a/Library/Formula/libcaca.rb b/Library/Formula/libcaca.rb
index d85f8de85..995dce7ae 100644
--- a/Library/Formula/libcaca.rb
+++ b/Library/Formula/libcaca.rb
@@ -13,15 +13,10 @@ class Libcaca < Formula
sha1 "bd28b6f61505fbf474de658c7ae169da3c3a4366" => :lion
end
- option 'with-imlib2', 'Build with Imlib2 support'
-
+ depends_on 'pkg-config' => :build
+ depends_on 'imlib2' => :optional
depends_on :x11 if build.with? "imlib2"
- if build.with? "imlib2"
- depends_on 'pkg-config' => :build
- depends_on 'imlib2' => :optional
- end
-
fails_with :llvm do
cause "Unsupported inline asm: input constraint with a matching output constraint of incompatible type"
end