diff options
| -rw-r--r-- | Library/Formula/tmux.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/tmux.rb b/Library/Formula/tmux.rb index 4f0934b8b..a735d30bb 100644 --- a/Library/Formula/tmux.rb +++ b/Library/Formula/tmux.rb @@ -5,16 +5,16 @@ class Tmux < Formula url 'http://downloads.sourceforge.net/project/tmux/tmux/tmux-1.8/tmux-1.8.tar.gz' sha1 '08677ea914e1973ce605b0008919717184cbd033' - head 'git://git.code.sf.net/p/tmux/tmux-code' + head do + url 'git://git.code.sf.net/p/tmux/tmux-code' - depends_on 'pkg-config' => :build - depends_on 'libevent' - - if build.head? depends_on :automake depends_on :libtool end + depends_on 'pkg-config' => :build + depends_on 'libevent' + def patches # Fixes installation failure on Snow Leopard # http://sourceforge.net/mailarchive/forum.php?thread_name=CAJfQvvc2QDU%3DtXWb-sc-NK0J8cgnDRMDod6CNKO1uYqu%3DY5CXg%40mail.gmail.com&forum_name=tmux-users |
