aboutsummaryrefslogtreecommitdiff
path: root/ports/boost
diff options
context:
space:
mode:
Diffstat (limited to 'ports/boost')
-rw-r--r--ports/boost/vcpkg.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/boost/vcpkg.json b/ports/boost/vcpkg.json
index 679f1b752..9dca95aea 100644
--- a/ports/boost/vcpkg.json
+++ b/ports/boost/vcpkg.json
@@ -1,7 +1,7 @@
{
"name": "boost",
"version": "1.77.0",
- "port-version": 1,
+ "port-version": 2,
"description": "Peer-reviewed portable C++ source libraries",
"homepage": "https://boost.org",
"dependencies": [
@@ -137,7 +137,6 @@
},
"boost-program-options",
"boost-property-map",
- "boost-property-map-parallel",
"boost-property-tree",
"boost-proto",
"boost-ptr-container",
@@ -202,7 +201,8 @@
"description": "Build with MPI support",
"dependencies": [
"boost-graph-parallel",
- "boost-mpi"
+ "boost-mpi",
+ "boost-property-map-parallel"
]
}
}