aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git-ftp.rb
diff options
context:
space:
mode:
authorRené Moser2014-12-30 14:08:51 +0100
committerJack Nagel2015-01-01 23:47:36 -0500
commit08d4adee1af640617366b7ff2c0950ed820a97a8 (patch)
tree5fe60704be51e8fcfca5f23e120fdf7a587448d7 /Library/Formula/git-ftp.rb
parent36a762102b3950bed975939a45698a7a257e4f56 (diff)
downloadhomebrew-08d4adee1af640617366b7ff2c0950ed820a97a8.tar.bz2
git-ftp: add optional curl dependency
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/git-ftp.rb')
-rw-r--r--Library/Formula/git-ftp.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/git-ftp.rb b/Library/Formula/git-ftp.rb
index 3e824a898..527bb233f 100644
--- a/Library/Formula/git-ftp.rb
+++ b/Library/Formula/git-ftp.rb
@@ -9,6 +9,7 @@ class GitFtp < Formula
option "with-manpage", "build and install the manpage (depends on pandoc)"
+ depends_on "curl" => [:optional, "with-libssh2"]
depends_on "pandoc" => :build if build.with? "manpage"
def install