scsh: use spec deps

This commit is contained in:
Jack Nagel 2013-09-21 20:47:39 -05:00
parent cb4f00d46f
commit a929848e82

View file

@ -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"