diff options
-rw-r--r-- | Mk/Uses/kde.mk | 2 | ||||
-rw-r--r-- | deskutils/kaddressbook/Makefile | 5 | ||||
-rw-r--r-- | deskutils/kalarm/Makefile | 5 | ||||
-rw-r--r-- | deskutils/kmail/Makefile | 5 | ||||
-rw-r--r-- | deskutils/knotes/Makefile | 5 | ||||
-rw-r--r-- | deskutils/korganizer/Makefile | 5 | ||||
-rw-r--r-- | deskutils/zanshin/Makefile | 4 |
7 files changed, 19 insertions, 12 deletions
diff --git a/Mk/Uses/kde.mk b/Mk/Uses/kde.mk index 6c4a084265ac..48e9acb10e53 100644 --- a/Mk/Uses/kde.mk +++ b/Mk/Uses/kde.mk @@ -802,7 +802,7 @@ kdepim-apps-libs_PORT= deskutils/kdepim-apps-libs kdepim-apps-libs_LIB= libKF5SendLater.so kdepim-runtime5_PORT= deskutils/kdepim-runtime -kdepim-runtime5_LIB= libakonadi-filestore.so.5 +kdepim-runtime5_PATH= ${KDE_PREFIX}/lib/sasl2/libkdexoauth2.so kontactinterface_PORT= net/kontactinterface kontactinterface_LIB= libKF5KontactInterface.so diff --git a/deskutils/kaddressbook/Makefile b/deskutils/kaddressbook/Makefile index 94397a13a2ab..1b7acad91458 100644 --- a/deskutils/kaddressbook/Makefile +++ b/deskutils/kaddressbook/Makefile @@ -2,7 +2,7 @@ PORTNAME= kaddressbook DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -21,7 +21,8 @@ USE_KDE= auth codecs completion config configwidgets coreaddons crash \ prison service sonnet textwidgets widgetsaddons xmlgui # pim components USE_KDE+= akonadi akonadicontacts akonadisearch contacts grantleetheme \ - kdepim-apps-libs kontactinterface libkdepim pimcommon + kdepim-apps-libs kontactinterface libkdepim pimcommon \ + kdepim-runtime5_run USE_QT= core dbus gui network printsupport widgets xml \ buildtools_build qmake_build USE_LDCONFIG= yes diff --git a/deskutils/kalarm/Makefile b/deskutils/kalarm/Makefile index 226e824dcadd..c7889cdaed93 100644 --- a/deskutils/kalarm/Makefile +++ b/deskutils/kalarm/Makefile @@ -2,7 +2,7 @@ PORTNAME= kalarm DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -20,7 +20,8 @@ USE_KDE= auth bookmarks codecs completion config configwidgets \ USE_KDE+= akonadi akonadicontacts akonadimime alarmcalendar calendarcore \ calendarutils contacts holidays identitymanagement \ kdepim-apps-libs libkdepim mailcommon mailtransport mime \ - pimcommon pimtextedit imap + pimcommon pimtextedit imap \ + kdepim-runtime5_run USE_QT= core dbus gui network phonon4 printsupport widgets x11extras xml \ buildtools_build qmake_build USE_LDCONFIG= yes diff --git a/deskutils/kmail/Makefile b/deskutils/kmail/Makefile index 4dcd031ca1d4..c0b3ad7e590b 100644 --- a/deskutils/kmail/Makefile +++ b/deskutils/kmail/Makefile @@ -2,7 +2,7 @@ PORTNAME= kmail DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -33,7 +33,8 @@ USE_KDE+= akonadi akonadicontacts akonadimime akonadisearch calendarcore \ calendarutils contacts gravatar kdepim-apps-libs \ identitymanagement libkdepim libkleo libksieve \ kontactinterface ldap mailcommon mailtransport messagelib \ - mime pimcommon pimtextedit tnef + mime pimcommon pimtextedit tnef \ + kdepim-runtime5_run USE_QT= core dbus gui location network printsupport qml quick \ webchannel webengine widgets xml \ buildtools_build qmake_build diff --git a/deskutils/knotes/Makefile b/deskutils/knotes/Makefile index d01018682c0a..8120f7b7f644 100644 --- a/deskutils/knotes/Makefile +++ b/deskutils/knotes/Makefile @@ -2,7 +2,7 @@ PORTNAME= knotes DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -22,7 +22,8 @@ USE_KDE= attica auth bookmarks codecs completion config configwidgets \ # pim components USE_KDE+= akonadi akonadicontacts akonadinotes akonadisearch \ calendarcore calendarutils contacts kontactinterface libkdepim \ - mime pimcommon pimtextedit + mime pimcommon pimtextedit \ + kdepim-runtime5_run USE_QT= core dbus gui network printsupport widgets x11extras xml \ buildtools_build qmake_build USE_XORG= ice sm x11 xext diff --git a/deskutils/korganizer/Makefile b/deskutils/korganizer/Makefile index 37645acba6d3..f45aca1cacfe 100644 --- a/deskutils/korganizer/Makefile +++ b/deskutils/korganizer/Makefile @@ -2,7 +2,7 @@ PORTNAME= korganizer DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -21,7 +21,8 @@ USE_KDE+= akonadi akonadicalendar akonadicontacts akonadimime \ akonadinotes akonadisearch calendarcore calendarsupport \ calendarutils contacts eventviews holidays identitymanagement \ incidenceeditor kdepim-apps-libs kontactinterface ldap \ - libkdepim mailtransport mime pimcommon pimtextedit + libkdepim mailtransport mime pimcommon pimtextedit \ + kdepim-runtime5_run USE_QT= core dbus gui network phonon4 printsupport widgets xml \ buildtools_build qmake_build USE_LDCONFIG= yes diff --git a/deskutils/zanshin/Makefile b/deskutils/zanshin/Makefile index 802582a9ceb2..684621cf5d69 100644 --- a/deskutils/zanshin/Makefile +++ b/deskutils/zanshin/Makefile @@ -2,6 +2,7 @@ PORTNAME= zanshin DISTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= deskutils kde MASTER_SITES= KDE/stable/${PORTNAME}/ @@ -19,7 +20,8 @@ USE_KDE= akonadi auth bookmarks codecs completion config configwidgets \ # PIM Components USE_KDE+= akonadicalendar akonadicontacts akonadinotes akonadisearch \ calendarcore contacts identitymanagement kontactinterface ldap \ - mime pimtextedit + mime pimtextedit \ + kdepim-runtime5_run USE_QT= concurrent core dbus gui network printsupport qml testlib \ widgets xml \ buildtools_build qmake_build |