watchman: modernize autotools deps

This commit is contained in:
Jack Nagel 2014-05-31 20:39:29 -05:00
parent c5ac16d8e1
commit f7f0c58499

View file

@ -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'