aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/marble/portfile.cmake3
-rw-r--r--ports/marble/vcpkg.json2
2 files changed, 3 insertions, 2 deletions
diff --git a/ports/marble/portfile.cmake b/ports/marble/portfile.cmake
index a78e854b1..173892360 100644
--- a/ports/marble/portfile.cmake
+++ b/ports/marble/portfile.cmake
@@ -13,7 +13,8 @@ vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
OPTIONS
- -DCMAKE_DISABLE_FIND_PACKAGE_I18n=ON
+ -DCMAKE_DISABLE_FIND_PACKAGE_I18n=ON
+ -DWITH_KF5=OFF
)
vcpkg_install_cmake()
diff --git a/ports/marble/vcpkg.json b/ports/marble/vcpkg.json
index 1c72e0e70..bf8d085c0 100644
--- a/ports/marble/vcpkg.json
+++ b/ports/marble/vcpkg.json
@@ -1,7 +1,7 @@
{
"name": "marble",
"version-string": "19.08.2",
- "port-version": 1,
+ "port-version": 2,
"description": "Marble KDE library",
"homepage": "https://marble.kde.org",
"supports": "windows & x64 & !static",