diff options
| author | Jack Nagel | 2013-09-21 20:47:39 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-09-21 21:04:59 -0500 |
| commit | e990b3d08de6e223a5820a8c6a55c45fdbc4ad8a (patch) | |
| tree | 68945d0cea5c6f6b552dd568d7972f956d697db8 /Library | |
| parent | 09c5db0710f71b15cb938c023198b7cf167ce740 (diff) | |
| download | homebrew-e990b3d08de6e223a5820a8c6a55c45fdbc4ad8a.tar.bz2 | |
scsh: use spec deps
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/scsh.rb | 10 |
1 files changed, 5 insertions, 5 deletions
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" |
