aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-12-04 12:01:26 -0500
committerJack Nagel2014-12-04 13:37:03 -0500
commit4614f26c596c0196c8cc30912d3f0a5b4d526fd2 (patch)
tree3d3487ec356caf91c26a39df4dd81d6494d4220a /Library/Formula
parenteb2344ad69b469f4ea1aa29190000617501ed72e (diff)
downloadhomebrew-4614f26c596c0196c8cc30912d3f0a5b4d526fd2.tar.bz2
stlink: modernize autotools deps
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/stlink.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/stlink.rb b/Library/Formula/stlink.rb
index 28cb0bad5..7b59ed83b 100644
--- a/Library/Formula/stlink.rb
+++ b/Library/Formula/stlink.rb
@@ -14,8 +14,8 @@ class Stlink < Formula
depends_on "libusb"
- depends_on :autoconf
- depends_on :automake
+ depends_on "autoconf" => :build
+ depends_on "automake" => :build
depends_on "pkg-config" => :build
def install