aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-12-04 17:38:00 -0500
committerJack Nagel2014-12-04 19:54:16 -0500
commita7fc63e2d77b737f0ca796dbeee89067c79189b6 (patch)
treea23ac65610b4845f6b5cdc7ac103fd3ee91ebe39 /Library/Formula
parent6b9984f2e653432073671efd5669811d33817e31 (diff)
downloadhomebrew-a7fc63e2d77b737f0ca796dbeee89067c79189b6.tar.bz2
engine_pkcs11: modernize autotools deps
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/engine_pkcs11.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/engine_pkcs11.rb b/Library/Formula/engine_pkcs11.rb
index 7ad27d9ac..6dd0ef73c 100644
--- a/Library/Formula/engine_pkcs11.rb
+++ b/Library/Formula/engine_pkcs11.rb
@@ -8,9 +8,9 @@ class EnginePkcs11 < Formula
head do
url 'https://github.com/OpenSC/engine_pkcs11.git'
- depends_on :autoconf
- depends_on :automake
- depends_on :libtool
+ depends_on "autoconf" => :build
+ depends_on "automake" => :build
+ depends_on "libtool" => :build
end