diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2016-11-26 00:15:38 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2016-11-26 00:15:57 -0800 |
| commit | 7e4a57fbfd60ad0eb9cfce7d4db0160bdf6e9cc4 (patch) | |
| tree | 16a2af04348f480d836a7b69d8a3af2954a02433 | |
| parent | cdba9a5e4904af960362614d1222ee47a29c21a7 (diff) | |
| download | vcpkg-7e4a57fbfd60ad0eb9cfce7d4db0160bdf6e9cc4.tar.gz vcpkg-7e4a57fbfd60ad0eb9cfce7d4db0160bdf6e9cc4.zip | |
[curl] [freetype] [tiff] Add dependencies on zlib. Add curl dependency on openssl.
| -rw-r--r-- | ports/curl/CONTROL | 5 | ||||
| -rw-r--r-- | ports/freetype/CONTROL | 3 | ||||
| -rw-r--r-- | ports/tiff/CONTROL | 3 |
3 files changed, 7 insertions, 4 deletions
diff --git a/ports/curl/CONTROL b/ports/curl/CONTROL index 26fe767c3..bca23865d 100644 --- a/ports/curl/CONTROL +++ b/ports/curl/CONTROL @@ -1,3 +1,4 @@ Source: curl -Version: 7.51.0 -Description: A library for transferring data with URLs
\ No newline at end of file +Version: 7.51.0-1 +Build-Depends: zlib, openssl +Description: A library for transferring data with URLs diff --git a/ports/freetype/CONTROL b/ports/freetype/CONTROL index 39def18fc..614017c81 100644 --- a/ports/freetype/CONTROL +++ b/ports/freetype/CONTROL @@ -1,3 +1,4 @@ Source: freetype -Version: 2.6.3-1 +Version: 2.6.3-2 +Build-Depends: zlib Description: A library to render fonts.
\ No newline at end of file diff --git a/ports/tiff/CONTROL b/ports/tiff/CONTROL index df11c0e9c..65e3d37da 100644 --- a/ports/tiff/CONTROL +++ b/ports/tiff/CONTROL @@ -1,3 +1,4 @@ Source: tiff -Version: 4.0.6 +Version: 4.0.6-1 +Build-Depends: zlib Description: A library that supports the manipulation of TIFF image files
\ No newline at end of file |
