From cb94c0815fedf90ca12e65526eff94648f93e285 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 31 May 2014 20:11:05 -0500 Subject: nanomsg: modernize autotools deps --- Library/Formula/nanomsg.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library') diff --git a/Library/Formula/nanomsg.rb b/Library/Formula/nanomsg.rb index b1a882cf7..ad7f38f21 100644 --- a/Library/Formula/nanomsg.rb +++ b/Library/Formula/nanomsg.rb @@ -8,8 +8,9 @@ class Nanomsg < Formula head do url 'https://github.com/nanomsg/nanomsg.git' - depends_on :autoconf - depends_on :automake + depends_on "autoconf" => :build + depends_on "automake" => :build + depends_on "libtool" => :build end option 'with-test', 'Verify the build with make check' @@ -18,7 +19,6 @@ class Nanomsg < Formula option 'with-debug', 'Compile with debug symbols' depends_on 'pkg-config'=> :build - depends_on :libtool if build.with? 'doc' depends_on 'asciidoc' => :build -- cgit v1.2.3