aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/aubio.rb3
-rw-r--r--Library/Formula/cattle.rb6
-rw-r--r--Library/Formula/doxymacs.rb4
-rw-r--r--Library/Formula/graphicsmagick.rb2
-rw-r--r--Library/Formula/imagemagick.rb2
-rw-r--r--Library/Formula/ios-webkit-debug-proxy.rb4
-rw-r--r--Library/Formula/isl.rb6
-rw-r--r--Library/Formula/libaacs.rb6
-rw-r--r--Library/Formula/libbluray.rb6
-rw-r--r--Library/Formula/libextractor.rb2
-rw-r--r--Library/Formula/libgphoto2.rb2
-rw-r--r--Library/Formula/liblwgeom.rb6
-rw-r--r--Library/Formula/libp11.rb8
-rw-r--r--Library/Formula/openconnect.rb6
-rw-r--r--Library/Formula/synfig.rb2
-rw-r--r--Library/Formula/tomcat-native.rb6
-rw-r--r--Library/Formula/zpython.rb2
17 files changed, 36 insertions, 37 deletions
diff --git a/Library/Formula/aubio.rb b/Library/Formula/aubio.rb
index 150b18278..2dcb6259d 100644
--- a/Library/Formula/aubio.rb
+++ b/Library/Formula/aubio.rb
@@ -8,9 +8,8 @@ class Aubio < Formula
depends_on :macos => :lion
depends_on 'pkg-config' => :build
- depends_on :libtool => :build
+ depends_on 'libtool' => :build
depends_on 'swig' => :build
-
depends_on 'fftw'
depends_on 'libsamplerate'
depends_on 'libsndfile'
diff --git a/Library/Formula/cattle.rb b/Library/Formula/cattle.rb
index 1f223c52f..7f14047f5 100644
--- a/Library/Formula/cattle.rb
+++ b/Library/Formula/cattle.rb
@@ -10,9 +10,9 @@ class Cattle < Formula
depends_on 'gtk-doc' => :build
depends_on 'pkg-config' => :build
- depends_on :autoconf => :build
- depends_on :automake => :build
- depends_on :libtool => :build
+ depends_on "autoconf" => :build
+ depends_on "automake" => :build
+ depends_on "libtool" => :build
def install
inreplace 'autogen.sh', 'libtoolize', 'glibtoolize'
diff --git a/Library/Formula/doxymacs.rb b/Library/Formula/doxymacs.rb
index 1cd014fee..918640948 100644
--- a/Library/Formula/doxymacs.rb
+++ b/Library/Formula/doxymacs.rb
@@ -7,8 +7,8 @@ class Doxymacs < Formula
head do
url 'git://git.code.sf.net/p/doxymacs/code'
- depends_on :autoconf => :build
- depends_on :automake => :build
+ depends_on "autoconf" => :build
+ depends_on "automake" => :build
end
def install
diff --git a/Library/Formula/graphicsmagick.rb b/Library/Formula/graphicsmagick.rb
index 29b26c3c8..b9a1e0707 100644
--- a/Library/Formula/graphicsmagick.rb
+++ b/Library/Formula/graphicsmagick.rb
@@ -14,7 +14,7 @@ class Graphicsmagick < Formula
option 'without-svg', 'Compile without svg support'
option 'with-perl', 'Build PerlMagick; provides the Graphics::Magick module'
- depends_on :libtool => :run
+ depends_on "libtool" => :run
depends_on 'pkg-config' => :build
diff --git a/Library/Formula/imagemagick.rb b/Library/Formula/imagemagick.rb
index 507ed3fb0..b94cf8bbf 100644
--- a/Library/Formula/imagemagick.rb
+++ b/Library/Formula/imagemagick.rb
@@ -23,7 +23,7 @@ class Imagemagick < Formula
option 'with-perl', 'enable build/install of PerlMagick'
option 'without-magick-plus-plus', 'disable build/install of Magick++'
- depends_on :libtool => :run
+ depends_on "libtool" => :run
depends_on 'pkg-config' => :build
diff --git a/Library/Formula/ios-webkit-debug-proxy.rb b/Library/Formula/ios-webkit-debug-proxy.rb
index fb317fedf..94bd93956 100644
--- a/Library/Formula/ios-webkit-debug-proxy.rb
+++ b/Library/Formula/ios-webkit-debug-proxy.rb
@@ -6,8 +6,8 @@ class IosWebkitDebugProxy < Formula
sha1 'bc4c240497148a232054be18269368c92deb2a75'
depends_on :macos => :lion
- depends_on :autoconf => :build
- depends_on :automake => :build
+ depends_on "autoconf" => :build
+ depends_on "automake" => :build
depends_on 'libplist'
depends_on 'usbmuxd'
depends_on 'libimobiledevice'
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'
diff --git a/Library/Formula/libaacs.rb b/Library/Formula/libaacs.rb
index 494bbe174..ea86553e7 100644
--- a/Library/Formula/libaacs.rb
+++ b/Library/Formula/libaacs.rb
@@ -9,9 +9,9 @@ class Libaacs < Formula
head do
url 'git://git.videolan.org/libaacs.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 'bison' => :build
diff --git a/Library/Formula/libbluray.rb b/Library/Formula/libbluray.rb
index 12d71c99f..bd749457d 100644
--- a/Library/Formula/libbluray.rb
+++ b/Library/Formula/libbluray.rb
@@ -8,9 +8,9 @@ class Libbluray < Formula
head do
url "git://git.videolan.org/libbluray.git"
- depends_on :automake => :build
- depends_on :autoconf => :build
- depends_on :libtool => :build
+ depends_on "autoconf" => :build
+ depends_on "automake" => :build
+ depends_on "libtool" => :build
end
depends_on "pkg-config" => :build
diff --git a/Library/Formula/libextractor.rb b/Library/Formula/libextractor.rb
index 326128840..49cc90f67 100644
--- a/Library/Formula/libextractor.rb
+++ b/Library/Formula/libextractor.rb
@@ -7,7 +7,7 @@ class Libextractor < Formula
sha1 "613d0b80e83c79c3e05e073bcda0d0d0bd1f3336"
depends_on "pkg-config" => :build
- depends_on :libtool => :run
+ depends_on "libtool" => :run
depends_on "iso-codes" => :optional
conflicts_with "sptk", :because => "both install `extract`"
diff --git a/Library/Formula/libgphoto2.rb b/Library/Formula/libgphoto2.rb
index 18cf76471..1d6fa9fb7 100644
--- a/Library/Formula/libgphoto2.rb
+++ b/Library/Formula/libgphoto2.rb
@@ -14,7 +14,7 @@ class Libgphoto2 < Formula
option :universal
depends_on 'pkg-config' => :build
- depends_on :libtool => :run
+ depends_on 'libtool' => :run
depends_on 'libusb-compat'
depends_on 'gd'
depends_on 'libexif' => :optional
diff --git a/Library/Formula/liblwgeom.rb b/Library/Formula/liblwgeom.rb
index ee9796301..9ac585700 100644
--- a/Library/Formula/liblwgeom.rb
+++ b/Library/Formula/liblwgeom.rb
@@ -30,9 +30,9 @@ class Liblwgeom < Formula
keg_only "Conflicts with PostGIS, which also installs liblwgeom.dylib"
- depends_on :autoconf => :build
- depends_on :automake => :build
- depends_on :libtool => :build
+ depends_on "autoconf" => :build
+ depends_on "automake" => :build
+ depends_on "libtool" => :build
depends_on 'gpp' => :build
depends_on 'proj'
diff --git a/Library/Formula/libp11.rb b/Library/Formula/libp11.rb
index 1d1976ee3..6e35b5081 100644
--- a/Library/Formula/libp11.rb
+++ b/Library/Formula/libp11.rb
@@ -7,12 +7,12 @@ class Libp11 < Formula
head do
url 'https://github.com/OpenSC/libp11.git'
- depends_on :autoconf
- depends_on :automake
+ depends_on "autoconf" => :build
+ depends_on "automake" => :build
end
- depends_on 'pkg-config' => :build
- depends_on :libtool => :run
+ depends_on "pkg-config" => :build
+ depends_on "libtool" => :run
def install
system "./bootstrap" if build.head?
diff --git a/Library/Formula/openconnect.rb b/Library/Formula/openconnect.rb
index 78ee2de34..df2b7dabf 100644
--- a/Library/Formula/openconnect.rb
+++ b/Library/Formula/openconnect.rb
@@ -14,9 +14,9 @@ class Openconnect < Formula
head do
url "git://git.infradead.org/users/dwmw2/openconnect.git", :shallow => false
- 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 'pkg-config' => :build
diff --git a/Library/Formula/synfig.rb b/Library/Formula/synfig.rb
index 9db171bc0..d16e8b8ab 100644
--- a/Library/Formula/synfig.rb
+++ b/Library/Formula/synfig.rb
@@ -20,7 +20,7 @@ class Synfig < Formula
depends_on 'pango'
depends_on 'boost'
depends_on 'openexr'
- depends_on :libtool => :run
+ depends_on "libtool" => :run
# Candidate upstream patch for Xcode 5
# http://www.synfig.org/issues/thebuggenie/synfig/issues/504
diff --git a/Library/Formula/tomcat-native.rb b/Library/Formula/tomcat-native.rb
index 029154fe5..45f21f844 100644
--- a/Library/Formula/tomcat-native.rb
+++ b/Library/Formula/tomcat-native.rb
@@ -5,9 +5,9 @@ class TomcatNative < Formula
url 'http://www.apache.org/dyn/closer.cgi?path=tomcat/tomcat-connectors/native/1.1.30/source/tomcat-native-1.1.30-src.tar.gz'
sha1 '07fca7c3e7b8301fc80b0e3c317e642a3616142a'
- depends_on :libtool => :build
- depends_on 'tomcat' => :recommended
- depends_on 'openssl'
+ depends_on "libtool" => :build
+ depends_on "tomcat" => :recommended
+ depends_on "openssl"
def install
cd "jni/native" do
diff --git a/Library/Formula/zpython.rb b/Library/Formula/zpython.rb
index b7e66ec59..fcde33b8e 100644
--- a/Library/Formula/zpython.rb
+++ b/Library/Formula/zpython.rb
@@ -40,7 +40,7 @@ class Zpython < Formula
head 'https://bitbucket.org/ZyX_I/zsh.git', :branch => 'zpython'
depends_on Zsh5Installed
- depends_on :autoconf => :build
+ depends_on "autoconf" => :build
def install
args = %W[