From a7fc63e2d77b737f0ca796dbeee89067c79189b6 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 4 Dec 2014 17:38:00 -0500 Subject: engine_pkcs11: modernize autotools deps --- Library/Formula/engine_pkcs11.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3