From e990b3d08de6e223a5820a8c6a55c45fdbc4ad8a Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 21 Sep 2013 20:47:39 -0500 Subject: scsh: use spec deps --- Library/Formula/scsh.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/scsh.rb b/Library/Formula/scsh.rb index ac812e70d..f291b457d 100644 --- a/Library/Formula/scsh.rb +++ b/Library/Formula/scsh.rb @@ -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" -- cgit v1.2.3