goaccess: fix dependency order
This commit is contained in:
parent
4c51d742b4
commit
8fb660c33c
1 changed files with 1 additions and 1 deletions
|
@ -21,8 +21,8 @@ class Goaccess < Formula
|
|||
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
depends_on "libmaxminddb" => :optional
|
||||
depends_on "tokyo-cabinet"
|
||||
depends_on "libmaxminddb" => :optional
|
||||
|
||||
def install
|
||||
system "autoreconf", "-vfi"
|
||||
|
|
Loading…
Reference in a new issue