From 08d4adee1af640617366b7ff2c0950ed820a97a8 Mon Sep 17 00:00:00 2001 From: René Moser Date: Tue, 30 Dec 2014 14:08:51 +0100 Subject: git-ftp: add optional curl dependency Signed-off-by: Jack Nagel --- Library/Formula/git-ftp.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library') 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 -- cgit v1.2.3