From 7cee8de65447c23c29a67dedca09abf4e3b61156 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 4 Dec 2014 17:37:59 -0500 Subject: auctex: modernize autotools deps --- Library/Formula/auctex.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/auctex.rb b/Library/Formula/auctex.rb index f2991069b..f017ac73b 100644 --- a/Library/Formula/auctex.rb +++ b/Library/Formula/auctex.rb @@ -8,7 +8,7 @@ class Auctex < Formula head do url 'git://git.savannah.gnu.org/auctex.git' - depends_on :autoconf + depends_on "autoconf" => :build end depends_on :tex -- cgit v1.2.3