diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/watchman.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/watchman.rb b/Library/Formula/watchman.rb index e5bf7ebf8..8607284cd 100644 --- a/Library/Formula/watchman.rb +++ b/Library/Formula/watchman.rb @@ -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' |
