aescrypt-packetizer: fix dependency order
This commit is contained in:
parent
621ffdd454
commit
0ace799ab3
1 changed files with 1 additions and 1 deletions
|
@ -16,8 +16,8 @@ class AescryptPacketizer < Formula
|
|||
head do
|
||||
url "https://github.com/paulej/AESCrypt.git"
|
||||
|
||||
depends_on "automake" => :build
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
depends_on "libtool" => :build
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue