aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2013-09-21 20:47:45 -0500
committerJack Nagel2013-09-21 21:05:09 -0500
commita11f82f5f16df8f753bc70d8b6e4e80a7fd7b1ef (patch)
tree55482b494d475af20ba8573dbd0ac0290b109e46
parent06af3bd503fcf0fc6a060e95b85895514cd8f9ac (diff)
downloadhomebrew-a11f82f5f16df8f753bc70d8b6e4e80a7fd7b1ef.tar.bz2
tmux: use spec deps
-rw-r--r--Library/Formula/tmux.rb10
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