logstalgia: modernize autotools deps
This commit is contained in:
parent
81b7786243
commit
476ee2a1fe
1 changed files with 3 additions and 3 deletions
|
@ -8,9 +8,9 @@ class Logstalgia < Formula
|
|||
head do
|
||||
url "https://github.com/acaudwell/Logstalgia.git"
|
||||
|
||||
depends_on :autoconf
|
||||
depends_on :automake
|
||||
depends_on :libtool
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
depends_on "libtool" => :build
|
||||
end
|
||||
|
||||
depends_on "sdl2"
|
||||
|
|
Loading…
Reference in a new issue