aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-11-14 14:35:08 -0600
committerJack Nagel2014-11-14 14:46:45 -0600
commit0816550244248f61d5af3ba74ce96ab49ca89463 (patch)
treea6dc851a5d785e5af859de71111b407f7f482e8e /Library/Formula
parentb1a5aad7a1f67372e846ca32d137120a4373dd85 (diff)
downloadhomebrew-0816550244248f61d5af3ba74ce96ab49ca89463.tar.bz2
libkate: options before dependencies
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libkate.rb6
1 files changed, 3 insertions, 3 deletions
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"