diff options
| author | Jack Nagel | 2014-12-04 12:01:25 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-12-04 13:37:03 -0500 |
| commit | 54f15c035ba0a974648798d82a507851fb75bb3a (patch) | |
| tree | f875b494fe61fb1adf98b9279e0f352208000616 /Library | |
| parent | d9317a4f0dd6cf2212fdb67ce39b85252cc9238f (diff) | |
| download | homebrew-54f15c035ba0a974648798d82a507851fb75bb3a.tar.bz2 | |
libusrsctp: modernize autotools deps
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libusrsctp.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/libusrsctp.rb b/Library/Formula/libusrsctp.rb index c4ced0767..3aba3a61c 100644 --- a/Library/Formula/libusrsctp.rb +++ b/Library/Formula/libusrsctp.rb @@ -16,9 +16,9 @@ class Libusrsctp < Formula head do url 'http://sctp-refimpl.googlecode.com/svn/trunk/KERN/usrsctp' - depends_on :autoconf - depends_on :automake - depends_on :libtool + depends_on "autoconf" => :build + depends_on "automake" => :build + depends_on "libtool" => :build end def install |
