diff options
| author | Jack Nagel | 2013-02-01 23:44:59 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-02-01 23:49:54 -0600 |
| commit | 0edb6b898b5a0a01678b30e54b84ecf73760680b (patch) | |
| tree | e8cb9b2688ec8097f656babfbba4d5e1d64da918 /Library | |
| parent | 7621200f98c8980752ff6fb4c6025e0e8df79ec4 (diff) | |
| download | homebrew-0edb6b898b5a0a01678b30e54b84ecf73760680b.tar.bz2 | |
libnids: autotools are build deps by default
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libnids.rb | 4 |
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" |
