From da4e3e8f2c6038736dffe702f7b78b42cfe9d35b Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 7 Aug 2013 09:46:36 -0700 Subject: czmq: style nits --- Library/Formula/czmq.rb | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'Library') diff --git a/Library/Formula/czmq.rb b/Library/Formula/czmq.rb index f68d0e473..d4bbda89f 100644 --- a/Library/Formula/czmq.rb +++ b/Library/Formula/czmq.rb @@ -8,21 +8,17 @@ class Czmq < Formula option :universal - depends_on 'zeromq' - if build.head? depends_on 'autoconf' depends_on 'automake' depends_on 'libtool' end + depends_on 'zeromq' + def install ENV.universal_binary if build.universal? - - if build.head? - system "./autogen.sh" - end - + system "./autogen.sh" if build.head? system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make install" -- cgit v1.2.3