aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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