aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-09-21 20:47:56 -0500
committerJack Nagel2013-09-21 21:05:28 -0500
commitfda0d27cf95cbbb50d480dd238abe540938c70c0 (patch)
tree9631f2b2090af4769f10718ce5a177f67fbf9d0c /Library/Formula
parent1e91dcaaf123b5103429240d62e72077e77ff33e (diff)
downloadhomebrew-fda0d27cf95cbbb50d480dd238abe540938c70c0.tar.bz2
zeromq: use spec deps
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/zeromq.rb13
1 files changed, 7 insertions, 6 deletions
diff --git a/Library/Formula/zeromq.rb b/Library/Formula/zeromq.rb
index 2fad52bbc..82bd116f1 100644
--- a/Library/Formula/zeromq.rb
+++ b/Library/Formula/zeromq.rb
@@ -5,7 +5,13 @@ class Zeromq < Formula
url 'http://download.zeromq.org/zeromq-3.2.3.tar.gz'
sha1 '6857a3a0e908eca58f7c0f90e2ba4695f6700957'
- head 'https://github.com/zeromq/libzmq.git'
+ head do
+ url 'https://github.com/zeromq/libzmq.git'
+
+ depends_on :automake
+ depends_on :libtool
+ end
+
option :universal
option 'with-pgm', 'Build with PGM extension'
@@ -13,11 +19,6 @@ class Zeromq < Formula
depends_on 'pkg-config' => :build
depends_on 'libpgm' if build.include? 'with-pgm'
- if build.head?
- depends_on :automake
- depends_on :libtool
- end
-
fails_with :llvm do
build 2326
cause "Segfault while linking"