aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-02-01 23:44:59 -0600
committerJack Nagel2013-02-01 23:49:54 -0600
commit0edb6b898b5a0a01678b30e54b84ecf73760680b (patch)
treee8cb9b2688ec8097f656babfbba4d5e1d64da918 /Library/Formula
parent7621200f98c8980752ff6fb4c6025e0e8df79ec4 (diff)
downloadhomebrew-0edb6b898b5a0a01678b30e54b84ecf73760680b.tar.bz2
libnids: autotools are build deps by default
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libnids.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/libnids.rb b/Library/Formula/libnids.rb
index 05f9c790e..c501cced2 100644
--- a/Library/Formula/libnids.rb
+++ b/Library/Formula/libnids.rb
@@ -9,8 +9,8 @@ class Libnids < Formula
option "disable-libglib", "Don't use glib2 for multiprocessing support"
depends_on 'pkg-config' => :build
- depends_on :automake => :build
- depends_on :libtool => :build
+ depends_on :automake
+ depends_on :libtool
depends_on 'libnet' unless build.include? "disable-libnet"
depends_on 'glib' unless build.include? "disable-libglib"