aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-09-20 10:15:56 -0500
committerJack Nagel2013-09-21 19:29:55 -0500
commit45bae8d9001124ef616f5869656c8e1d28488c52 (patch)
tree0758e1051a6131eaf31d7230d794a95d1196e674 /Library
parentcb4fc04d5f30c52509f8a001f3517e52692b028f (diff)
downloadhomebrew-45bae8d9001124ef616f5869656c8e1d28488c52.tar.bz2
isl: use spec deps
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/isl.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/isl.rb b/Library/Formula/isl.rb
index cec69e998..cb48ee69e 100644
--- a/Library/Formula/isl.rb
+++ b/Library/Formula/isl.rb
@@ -11,16 +11,16 @@ class Isl < Formula
url 'http://isl.gforge.inria.fr/isl-0.12.1.tar.bz2'
sha1 'a54e80a32bc3e06327053d77d6a81516d4f4b21f'
- head 'http://repo.or.cz/r/isl.git'
+ head do
+ url 'http://repo.or.cz/r/isl.git'
- depends_on 'gmp'
-
- if build.head?
depends_on :autoconf => :build
depends_on :automake => :build
depends_on :libtool => :build
end
+ depends_on 'gmp'
+
def install
system "./autogen.sh" if build.head?
system "./configure", "--disable-dependency-tracking",