diff options
Diffstat (limited to 'ports/kf5completion')
| -rw-r--r-- | ports/kf5completion/portfile.cmake | 1 | ||||
| -rw-r--r-- | ports/kf5completion/vcpkg.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ports/kf5completion/portfile.cmake b/ports/kf5completion/portfile.cmake index 0e78c1a51..e00132253 100644 --- a/ports/kf5completion/portfile.cmake +++ b/ports/kf5completion/portfile.cmake @@ -8,6 +8,7 @@ vcpkg_from_github( vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
+ DISABLE_PARALLEL_CONFIGURE
PREFER_NINJA
OPTIONS
-DBUILD_HTML_DOCS=OFF
diff --git a/ports/kf5completion/vcpkg.json b/ports/kf5completion/vcpkg.json index 272bab352..34f601960 100644 --- a/ports/kf5completion/vcpkg.json +++ b/ports/kf5completion/vcpkg.json @@ -1,6 +1,7 @@ { "name": "kf5completion", "version": "5.81.0", + "port-version": 1, "description": "Text completion helpers and widgets", "homepage": "https://api.kde.org/frameworks/kcompletion/html/index.html", "dependencies": [ |
