czmq: add :build to autotools dependencies
Closes Homebrew/homebrew#30325. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
584be1d0e8
commit
7b275c1cc7
1 changed files with 3 additions and 3 deletions
|
@ -8,9 +8,9 @@ class Czmq < Formula
|
|||
head do
|
||||
url 'https://github.com/zeromq/czmq.git'
|
||||
|
||||
depends_on 'autoconf'
|
||||
depends_on 'automake'
|
||||
depends_on 'libtool'
|
||||
depends_on 'autoconf' => :build
|
||||
depends_on 'automake' => :build
|
||||
depends_on 'libtool' => :build
|
||||
end
|
||||
|
||||
option :universal
|
||||
|
|
Loading…
Reference in a new issue