intercal: fix dependency order
This commit is contained in:
parent
98ecd83038
commit
05c5367ec5
1 changed files with 1 additions and 1 deletions
|
@ -17,8 +17,8 @@ class Intercal < Formula
|
|||
head do
|
||||
url "git://thyrsus.com/repositories/intercal.git"
|
||||
|
||||
depends_on "automake" => :build
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue