Mcabber: fix head build
This commit is contained in:
parent
a93f067f67
commit
591f3ba859
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@ class Mcabber < Formula
|
|||
url 'http://mcabber.com/files/mcabber-0.10.1.tar.bz2'
|
||||
homepage 'http://mcabber.com/'
|
||||
md5 'fe96beab30f535d5d6270fd1719659b4'
|
||||
head 'http://mcabber.com/hg/'
|
||||
head 'http://mcabber.com/hg/', :using => :hg
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'glib'
|
||||
|
@ -25,6 +25,7 @@ class Mcabber < Formula
|
|||
end
|
||||
|
||||
def install
|
||||
system "./autogen.sh" if ARGV.build_head?
|
||||
args = ["--disable-debug", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue