$NetBSD$ --- kwalletd/CMakeLists.txt.orig 2015-11-05 04:25:02.000000000 +0000 +++ kwalletd/CMakeLists.txt @@ -3,7 +3,7 @@ project(kwalletd) ########### find needed packages ###### find_package(Gpgme) # Called by FindQGpgme, but since we call some gpgme # functions ourselves we need to link against it directly. -find_package(QGpgme) # provided by kdepimlibs +find_package(KdepimLibs) # provided by kdepimlibs if (GPGME_FOUND AND QGPGME_FOUND) add_definitions(-DHAVE_QGPGME) @@ -73,4 +73,4 @@ install( FILES kwalletd.notifyrc DESTINA install( FILES kwallet-4.13.upd DESTINATION ${DATA_INSTALL_DIR}/kconf_update) add_subdirectory(tests) -add_subdirectory(autotests) \ No newline at end of file +add_subdirectory(autotests)