aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/rdup.rb
diff options
context:
space:
mode:
authorJack Nagel2013-11-13 11:48:28 -0600
committerJack Nagel2013-11-13 11:48:28 -0600
commitf9ce03a799b354c134cb4ee3fe9502c7cf143898 (patch)
tree588aa3b748fbc5f22c2087d3cb51b7c1e8f59bdd /Library/Formula/rdup.rb
parent207910c9835f540437b4a411739d6b9d1090b00f (diff)
downloadhomebrew-f9ce03a799b354c134cb4ee3fe9502c7cf143898.tar.bz2
rdup: remove unncessary autotools deps
Diffstat (limited to 'Library/Formula/rdup.rb')
-rw-r--r--Library/Formula/rdup.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/rdup.rb b/Library/Formula/rdup.rb
index ccb0f1816..991f7805f 100644
--- a/Library/Formula/rdup.rb
+++ b/Library/Formula/rdup.rb
@@ -6,8 +6,6 @@ class Rdup < Formula
sha1 '49dc7570122bfa362f36a26a2ffa8bfe8ad55182'
depends_on 'pkg-config' => :build
- depends_on 'autoconf' => :build
- depends_on 'automake' => :build
depends_on 'nettle'
depends_on 'pcre'
depends_on 'glib'