aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-12-04 12:01:25 -0500
committerJack Nagel2014-12-04 13:37:03 -0500
commit71f2a9473970852c20ce68d117b37b65fe40d479 (patch)
treed139d429fbe43e93b2cc45d0ff7384d4c9ae591e /Library
parentd2753637c7200700e7face5f41ac5c2ab021417b (diff)
downloadhomebrew-71f2a9473970852c20ce68d117b37b65fe40d479.tar.bz2
opensc: modernize autotools deps
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/opensc.rb6
1 files changed, 3 insertions, 3 deletions
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"