From 71f2a9473970852c20ce68d117b37b65fe40d479 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 4 Dec 2014 12:01:25 -0500 Subject: opensc: modernize autotools deps --- Library/Formula/opensc.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library') diff --git a/Library/Formula/opensc.rb b/Library/Formula/opensc.rb index 3de7071e1..8b9f5bb50 100644 --- a/Library/Formula/opensc.rb +++ b/Library/Formula/opensc.rb @@ -15,9 +15,9 @@ class Opensc < Formula head do url "https://github.com/OpenSC/OpenSC.git" - depends_on :autoconf - depends_on :automake - depends_on :libtool + depends_on "autoconf" => :build + depends_on "automake" => :build + depends_on "libtool" => :build end option "with-man-pages", "Build manual pages" -- cgit v1.2.3