summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-10-12 17:01:02 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-10-12 17:01:02 (EDT)
commit21f9d040f7d97f106e40c3d2ec6266ead447c48b (patch)
treeec4052fbe31ea39ca21fe01becb03153870e0366
parent7e280b0f105446e82ba941fa430933e58354094e (diff)
curl, libcurl.4: Depend on libz.1
-rw-r--r--curl.pkg/control2
-rw-r--r--libcurl.4.pkg/control1
2 files changed, 2 insertions, 1 deletions
diff --git a/curl.pkg/control b/curl.pkg/control
index 929bed5..9fac49c 100644
--- a/curl.pkg/control
+++ b/curl.pkg/control
@@ -1,6 +1,6 @@
Architecture: any
Platform: all
-Depends: libcurl.4 (= ${Binary-Version})
+Depends: libcurl.4 (= ${Binary-Version}), libz.1
Description: Command line tool for transferring data with URL syntax
curl is a command line tool for transferring data with URL syntax, supporting
DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3,
diff --git a/libcurl.4.pkg/control b/libcurl.4.pkg/control
index cce50ee..c5a8e22 100644
--- a/libcurl.4.pkg/control
+++ b/libcurl.4.pkg/control
@@ -1,4 +1,5 @@
Architecture: any
Platform: all
+Depends: libz.1
Description: Multiprotocol file transfer library
${Libcurl-Description}