From 0ace799ab33979d9b1bce369e3334a9ca64e027f Mon Sep 17 00:00:00 2001 From: commitay Date: Mon, 17 Sep 2018 18:48:27 +1000 Subject: [PATCH] aescrypt-packetizer: fix dependency order --- Formula/aescrypt-packetizer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/aescrypt-packetizer.rb b/Formula/aescrypt-packetizer.rb index af1639f9b4..ade2d9ab55 100644 --- a/Formula/aescrypt-packetizer.rb +++ b/Formula/aescrypt-packetizer.rb @@ -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