diff options
| author | Jack Nagel | 2014-12-04 12:01:21 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-12-04 12:01:21 -0500 |
| commit | a4b171eb653d22599ea3f167f2185236c81d505f (patch) | |
| tree | 63931fee2f57cec6de584259369e2363411a26b9 | |
| parent | 6af4d66d1d0695bda72759bc9c10a462a21ed3c2 (diff) | |
| download | homebrew-a4b171eb653d22599ea3f167f2185236c81d505f.tar.bz2 | |
gdnsd: modernize autotools deps
| -rw-r--r-- | Library/Formula/gdnsd.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/gdnsd.rb b/Library/Formula/gdnsd.rb index eb9be5996..450b2a6f9 100644 --- a/Library/Formula/gdnsd.rb +++ b/Library/Formula/gdnsd.rb @@ -13,9 +13,9 @@ class Gdnsd < Formula head do url "https://github.com/gdnsd/gdnsd.git" - depends_on :autoconf - depends_on :automake - depends_on :libtool + depends_on "autoconf" => :build + depends_on "automake" => :build + depends_on "libtool" => :build end depends_on "libev" |
