From 0816550244248f61d5af3ba74ce96ab49ca89463 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 14 Nov 2014 14:35:08 -0600 Subject: libkate: options before dependencies --- Library/Formula/libkate.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library') diff --git a/Library/Formula/libkate.rb b/Library/Formula/libkate.rb index 2d9623643..e02f6e600 100644 --- a/Library/Formula/libkate.rb +++ b/Library/Formula/libkate.rb @@ -14,6 +14,9 @@ class Libkate < Formula sha1 "f47ba4978a5b1ff7a3aa7e9a6590e5d799cc2226" => :mountain_lion end + option "with-docs", "Build documentation" + option "with-examples", "Build example streams" + depends_on "pkg-config" => :build depends_on "doxygen" => :build if build.with? "docs" depends_on "oggz" if build.with? "examples" @@ -21,9 +24,6 @@ class Libkate < Formula depends_on "libogg" depends_on "wxmac" => :optional - option "with-docs", "Build documentation" - option "with-examples", "Build example streams" - fails_with :gcc do build 5666 cause "Segfault during compilation" -- cgit v1.2.3