diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libnet.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/libnet.rb b/Library/Formula/libnet.rb index cc8e85742..8203c58de 100644 --- a/Library/Formula/libnet.rb +++ b/Library/Formula/libnet.rb @@ -13,9 +13,9 @@ class Libnet < Formula end # MacPorts does an autoreconf to get raw sockets working - depends_on :automake - depends_on :autoconf - depends_on :libtool + depends_on "automake" => :build + depends_on "autoconf" => :build + depends_on "libtool" => :build # Fix raw sockets support patch :p0 do |
