From 7543311304b23a4af2a96e609e4c3e29c0f6785c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 24 Oct 2008 07:01:23 +0200 Subject: [PATCH] curl: make it depend in openssl for https:// etc. --HG-- extra : convert_revision : 67a8cf099db2ccdb04ec92e17933a631968331c1 --- templates/curl.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/curl.tmpl b/templates/curl.tmpl index 7c22f2127b0..c00c3e938fe 100644 --- a/templates/curl.tmpl +++ b/templates/curl.tmpl @@ -14,5 +14,5 @@ long_desc=" kerberos...), file transfer resume, proxy tunneling and a busload of other useful tricks." -build_depends="libidn-1.9 zlib-1.2.3" +build_depends="libidn-1.9 zlib-1.2.3 openssl-0.9.8i" run_depends="$build_depends"