diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/twemcache.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/twemcache.rb b/Library/Formula/twemcache.rb index a190668aa..80689c068 100644 --- a/Library/Formula/twemcache.rb +++ b/Library/Formula/twemcache.rb @@ -8,9 +8,9 @@ class Twemcache < Formula option "enable-debug", "Debug mode with assertion panics enabled" - depends_on :autoconf - depends_on :automake - depends_on 'libevent' + depends_on "autoconf" => :build + depends_on "automake" => :build + depends_on "libevent" def install # After the deprecation of GitHub Downloads, we don't have distribution |
