watchman: modernize autotools deps
This commit is contained in:
parent
c5ac16d8e1
commit
f7f0c58499
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ class Watchman < Formula
|
|||
url 'https://github.com/facebook/watchman/archive/v2.9.6.tar.gz'
|
||||
sha1 '415e0f2547205c7507e520bc40dc8cca3e06a40a'
|
||||
|
||||
depends_on :autoconf
|
||||
depends_on :automake
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'pcre'
|
||||
|
||||
|
|
Loading…
Reference in a new issue