diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/git-ftp.rb | 1 |
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 |
