twemcache: modernize autotools deps
This commit is contained in:
parent
b342a28572
commit
e60afcf362
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue