aboutsummaryrefslogtreecommitdiff
path: root/ports/asio/CONTROL
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-04-05 15:14:37 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-04-05 17:56:16 -0700
commitd953c7869d5a7feac938aef14bcb5ceb8cd4b175 (patch)
treeac70fe7a8df53edad2837b83ca59894ee10c5bf7 /ports/asio/CONTROL
parent9ec84ff4b9c86c44b2f8a12a0fe707ce970ad6dc (diff)
downloadvcpkg-d953c7869d5a7feac938aef14bcb5ceb8cd4b175.tar.gz
vcpkg-d953c7869d5a7feac938aef14bcb5ceb8cd4b175.zip
[asio] Avoid boost dependency by always specifying ASIO_STANDALONE
Diffstat (limited to 'ports/asio/CONTROL')
-rw-r--r--ports/asio/CONTROL3
1 files changed, 1 insertions, 2 deletions
diff --git a/ports/asio/CONTROL b/ports/asio/CONTROL
index cd9914052..ec8ab41a8 100644
--- a/ports/asio/CONTROL
+++ b/ports/asio/CONTROL
@@ -1,4 +1,3 @@
Source: asio
-Version: 1.12.0-1
-Build-Depends: boost-config, boost-throw-exception, boost-utility, boost-date-time
+Version: 1.12.0-2
Description: Asio is a cross-platform C++ library for network and low-level I/O programming that provides developers with a consistent asynchronous model using a modern C++ approach.