scsh: use spec deps
This commit is contained in:
parent
cb4f00d46f
commit
a929848e82
1 changed files with 5 additions and 5 deletions
|
@ -5,16 +5,16 @@ class Scsh < Formula
|
|||
url 'http://ftp.scsh.net/pub/scsh/0.6/scsh-0.6.7.tar.gz'
|
||||
sha1 'a1eaf0d0593e14914824898a0c3ec166429affd7'
|
||||
|
||||
head 'https://github.com/scheme/scsh.git'
|
||||
head do
|
||||
url 'https://github.com/scheme/scsh.git'
|
||||
|
||||
# stable segfaults when built 64-bit; see #21351
|
||||
env :std unless build.head?
|
||||
|
||||
if build.head?
|
||||
depends_on 'automake' => :build
|
||||
depends_on 'scheme48'
|
||||
end
|
||||
|
||||
# stable segfaults when built 64-bit; see #21351
|
||||
env :std unless build.head?
|
||||
|
||||
def install
|
||||
if build.head?
|
||||
system "autoreconf"
|
||||
|
|
Loading…
Reference in a new issue