diff options
| author | Adam Vandenberg | 2012-07-07 11:08:22 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-07-10 08:56:02 -0700 |
| commit | 1f32fa43a77d75fe354e9e59bd23e9b9d934e09c (patch) | |
| tree | c49ca57d6e333035e48616bf89eaba0d067da021 /Library/Formula/mu.rb | |
| parent | cc6e0124437c4ceabbc0542770ed154aa0fb9e4e (diff) | |
| download | homebrew-1f32fa43a77d75fe354e9e59bd23e9b9d934e09c.tar.bz2 | |
Use autotools symbols
Diffstat (limited to 'Library/Formula/mu.rb')
| -rw-r--r-- | Library/Formula/mu.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/mu.rb b/Library/Formula/mu.rb index ba24e8d01..7512cba92 100644 --- a/Library/Formula/mu.rb +++ b/Library/Formula/mu.rb @@ -24,6 +24,7 @@ class Mu < Formula homepage 'http://www.djcbsoftware.nl/code/mu/' url 'http://mu0.googlecode.com/files/mu-0.9.8.4.tar.gz' sha1 'd586dddcc5b2f73e0bc1c835c199644a65c0f5b5' + head 'https://github.com/djcb/mu.git' depends_on 'gettext' @@ -32,9 +33,9 @@ class Mu < Formula depends_on 'xapian' depends_on Emacs23Installed.new if ARGV.include? '--with-emacs' - if ARGV.build_head? and MacOS.xcode_version >= "4.3" - depends_on "automake" => :build - depends_on "libtool" => :build + if ARGV.build_head? + depends_on :automake + depends_on :libtool end # Fixes configure error using Xapian-1.2.10, where it thinks 1.2.10 < 1.2 |
