tcpflow: use spec deps

master
Jack Nagel 2013-09-21 20:47:44 -05:00
parent 0442dd7588
commit f4e4ec4939
1 changed files with 5 additions and 2 deletions

View File

@ -4,10 +4,13 @@ class Tcpflow < Formula
homepage 'https://github.com/simsong/tcpflow'
url 'https://github.com/downloads/simsong/tcpflow/tcpflow-1.3.0.tar.gz'
sha1 'fccd0a451bf138e340fc3b55dfc07924c0a811d8'
head 'https://github.com/simsong/tcpflow.git'
head do
url 'https://github.com/simsong/tcpflow.git'
depends_on :automake
end
depends_on :libtool
depends_on :automake if build.head?
def copy_libtool_files!
if not MacOS::Xcode.provides_autotools?