From 668e828e41e40465ea5e5d618576577a625ca2a5 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 4 Dec 2014 17:38:01 -0500 Subject: jcal: modernize autotools deps --- Library/Formula/jcal.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/jcal.rb b/Library/Formula/jcal.rb index 6286e1c80..688298d1d 100644 --- a/Library/Formula/jcal.rb +++ b/Library/Formula/jcal.rb @@ -5,9 +5,9 @@ class Jcal < Formula url 'http://download.savannah.gnu.org/releases/jcal/jcal-0.4.1.tar.gz' sha1 '23710a685515e1e824494890d6befac9edf04143' - depends_on :autoconf - depends_on :automake - depends_on :libtool + depends_on "autoconf" => :build + depends_on "automake" => :build + depends_on "libtool" => :build def install system "/bin/sh autogen.sh" -- cgit v1.2.3