diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2020-11-08 06:48:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-07 21:48:19 -0800 |
| commit | 179bdd1697e03663869c2c3341343396c3ac6dfb (patch) | |
| tree | ea2296e6dfe34fab2d219fc252c48bba7b09e206 | |
| parent | 0144d0c0d0495126de67fd4cdf73018d12fc3992 (diff) | |
| download | vcpkg-179bdd1697e03663869c2c3341343396c3ac6dfb.tar.gz vcpkg-179bdd1697e03663869c2c3341343396c3ac6dfb.zip | |
[openssl] Add build depends to deprecated openssl ports (#14457)
| -rw-r--r-- | ports/openssl-unix/CONTROL | 2 | ||||
| -rw-r--r-- | ports/openssl-uwp/CONTROL | 2 | ||||
| -rw-r--r-- | ports/openssl-windows/CONTROL | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/ports/openssl-unix/CONTROL b/ports/openssl-unix/CONTROL index ba59ecbc5..02553017b 100644 --- a/ports/openssl-unix/CONTROL +++ b/ports/openssl-unix/CONTROL @@ -1,4 +1,6 @@ Source: openssl-unix Version: 1.1.1h +Port-Version: 1 Description: Deprecated OpenSSL port Supports: !(windows|uwp) +Build-Depends: openssl
\ No newline at end of file diff --git a/ports/openssl-uwp/CONTROL b/ports/openssl-uwp/CONTROL index 5ff042b34..ca8b59790 100644 --- a/ports/openssl-uwp/CONTROL +++ b/ports/openssl-uwp/CONTROL @@ -1,4 +1,6 @@ Source: openssl-uwp Version: 1.1.1h +Port-Version: 1 Description: Deprecated OpenSSL port Supports: uwp +Build-Depends: openssl
\ No newline at end of file diff --git a/ports/openssl-windows/CONTROL b/ports/openssl-windows/CONTROL index cdf903660..0dd8bc462 100644 --- a/ports/openssl-windows/CONTROL +++ b/ports/openssl-windows/CONTROL @@ -1,4 +1,6 @@ Source: openssl-windows Version: 1.1.1h +Port-Version: 1 Description: Deprecated OpenSSL port Supports: windows +Build-Depends: openssl
\ No newline at end of file |
