cardpeek: modernize autotools deps

master
Jack Nagel 2014-12-04 12:01:19 -05:00
parent 4e042b988f
commit 0256fa12fb
1 changed files with 2 additions and 2 deletions

View File

@ -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"