aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/cardpeek.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/cardpeek.rb b/Library/Formula/cardpeek.rb
index 7f01ad9f2..c2b025fe6 100644
--- a/Library/Formula/cardpeek.rb
+++ b/Library/Formula/cardpeek.rb
@@ -28,8 +28,8 @@ class Cardpeek < Formula
depends_on "pkg-config" => :build
depends_on "glib"
- depends_on :autoconf
- depends_on :automake
+ depends_on "autoconf" => :build
+ depends_on "automake" => :build
depends_on :x11
depends_on "openssl"
depends_on "gtk+3"