$OpenBSD: patch-kmbox_CMakeLists_txt,v 1.2 2014/07/09 20:03:30 zhuk Exp $
Fix linking.
--- kmbox/CMakeLists.txt.orig	Thu May  8 11:26:48 2014
+++ kmbox/CMakeLists.txt	Sun May 18 20:26:13 2014
@@ -19,9 +19,9 @@ include_directories(
 )
 
 target_link_libraries(kmbox
-  ${KDE4_KDECORE_LIBS}
-  kmime
   kpimutils # TODO KF5 remove this
+  kmime
+  ${KDE4_KDECORE_LIBS}
 )
 
 set_target_properties(kmbox PROPERTIES
