$OpenBSD: patch-migration_kjots_CMakeLists_txt,v 1.1 2013/12/08 19:13:33 zhuk Exp $
Fix linking.
--- migration/kjots/CMakeLists.txt.orig	Wed Nov  6 23:02:08 2013
+++ migration/kjots/CMakeLists.txt	Wed Nov  6 23:02:50 2013
@@ -24,13 +24,13 @@ add_resource_iface( maildir/maildirresource.kcfg
 kde4_add_executable( kjotsmigrator ${kjotsmigrator_SRCS} )
 
 target_link_libraries(kjotsmigrator
-  ${QT_QTXML_LIBRARY}
-  ${KDE4_KDECORE_LIBS}
-  ${KDE4_KDEPIMLIBS_LIBS}
-  ${KDEPIMLIBS_AKONADI_LIBS}
+  maildir
   ${KDEPIMLIBS_KPIMTEXTEDIT_LIBS}
   ${KDEPIMLIBS_KMIME_LIBS}
-  maildir
+  ${KDEPIMLIBS_AKONADI_LIBS}
+  ${KDE4_KDEPIMLIBS_LIBS}
+  ${KDE4_KDECORE_LIBS}
+  ${QT_QTXML_LIBRARY}
 )
 
 install(TARGETS kjotsmigrator ${INSTALL_TARGETS_DEFAULT_ARGS})
