1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00

databases/kexi: fix build against astro/marble 21.08

This commit is contained in:
Tobias C. Berner 2021-08-25 06:39:41 +02:00
parent 8ce6ae76ff
commit 7d3655f8cf

View File

@ -0,0 +1,13 @@
--- CMakeLists.txt.orig 2021-08-25 04:34:04 UTC
+++ CMakeLists.txt
@@ -198,8 +198,8 @@ endif()
##
## Test for marble
##
-set(MARBLE_MIN_VERSION "0.19.2")
-find_package(KexiMarble ${MARBLE_MIN_VERSION})
+set(MARBLE_MIN_VERSION "21.4.0")
+find_package(Marble ${MARBLE_MIN_VERSION})
set_package_properties(KexiMarble PROPERTIES
DESCRIPTION "KDE World Globe Widget library"
URL "https://marble.kde.org"