diff options
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/kf5config/portfile.cmake | 1 | ||||
| -rw-r--r-- | ports/kf5config/vcpkg.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ports/kf5config/portfile.cmake b/ports/kf5config/portfile.cmake index dba961502..0d6853b85 100644 --- a/ports/kf5config/portfile.cmake +++ b/ports/kf5config/portfile.cmake @@ -9,6 +9,7 @@ vcpkg_from_github( vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
+ DISABLE_PARALLEL_CONFIGURE
OPTIONS
-DBUILD_HTML_DOCS=OFF
-DBUILD_MAN_DOCS=OFF
diff --git a/ports/kf5config/vcpkg.json b/ports/kf5config/vcpkg.json index b9efc0934..734d45aba 100644 --- a/ports/kf5config/vcpkg.json +++ b/ports/kf5config/vcpkg.json @@ -1,6 +1,7 @@ { "name": "kf5config", "version": "5.81.0", + "port-version": 1, "description": "Configuration system", "homepage": "https://api.kde.org/frameworks/kconfig/html/index.html", "dependencies": [ |
