aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/isl.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/isl.rb')
-rw-r--r--Library/Formula/isl.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/isl.rb b/Library/Formula/isl.rb
index 7dbd26fd3..8011ca796 100644
--- a/Library/Formula/isl.rb
+++ b/Library/Formula/isl.rb
@@ -21,9 +21,9 @@ class Isl < Formula
head do
url 'http://repo.or.cz/r/isl.git'
- depends_on :autoconf => :build
- depends_on :automake => :build
- depends_on :libtool => :build
+ depends_on "autoconf" => :build
+ depends_on "automake" => :build
+ depends_on "libtool" => :build
end
depends_on 'gmp'