diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-12-16 19:20:32 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-12-16 19:20:32 +0000 |
commit | 9d6bb288ce8d8e23a2267a25dd3275a5e433cbba (patch) | |
tree | b843673221bb2eacadf814988ffd1f187c89a943 | |
parent | ffe2887686ab1634ee204e9afabced8f6fcd5352 (diff) | |
download | ports-9d6bb288ce8d8e23a2267a25dd3275a5e433cbba.tar.gz ports-9d6bb288ce8d8e23a2267a25dd3275a5e433cbba.zip |
Notes
-rw-r--r-- | net-im/ktp-accounts-kcm/Makefile | 3 | ||||
-rw-r--r-- | net-im/ktp-approver/Makefile | 2 | ||||
-rw-r--r-- | net-im/ktp-auth-handler/Makefile | 3 | ||||
-rw-r--r-- | net-im/ktp-contact-runner/Makefile | 2 | ||||
-rw-r--r-- | net-im/ktp-desktop-applets/Makefile | 2 | ||||
-rw-r--r-- | net-im/ktp-kded-module/Makefile | 2 | ||||
-rw-r--r-- | net-im/ktp-send-file/Makefile | 2 |
7 files changed, 9 insertions, 7 deletions
diff --git a/net-im/ktp-accounts-kcm/Makefile b/net-im/ktp-accounts-kcm/Makefile index bf8639b670e4..4c312b6d9dd7 100644 --- a/net-im/ktp-accounts-kcm/Makefile +++ b/net-im/ktp-accounts-kcm/Makefile @@ -20,7 +20,8 @@ LIB_DEPENDS= libaccounts-qt5.so:net-im/libaccounts-qt5 \ RUN_DEPENDS= ${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list \ ${QT_PLUGINDIR}/kaccounts/ui/owncloud_plugin_kaccounts.so:net-im/kaccounts-providers -USES= cmake:outsource gettext gnome kde:5 pkgconfig qt:5 tar:xz +USES= compiler:c++11-lang cmake:outsource gettext gnome kde:5 \ + pkgconfig qt:5 tar:xz USE_GNOME= intltool USE_KDE= auth codecs config configwidgets coreaddons ecm i18n \ iconthemes itemviews kcmutils kio notifications notifyconfig \ diff --git a/net-im/ktp-approver/Makefile b/net-im/ktp-approver/Makefile index b0f0e5a36140..47026963e2d4 100644 --- a/net-im/ktp-approver/Makefile +++ b/net-im/ktp-approver/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt@qt5 \ libKTpCommonInternals.so:net-im/ktp-common-internals RUN_DEPENDS= ${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list -USES= cmake:outsource gettext kde:5 qt:5 tar:xz +USES= compiler:c++11-lang cmake:outsource gettext kde:5 qt:5 tar:xz USE_KDE= config coreaddons ecm dbusaddons service i18n notifications USE_QT= core dbus gui network widgets xml \ buildtools_build qmake_build diff --git a/net-im/ktp-auth-handler/Makefile b/net-im/ktp-auth-handler/Makefile index 9771cfc61d64..cbfd133483e1 100644 --- a/net-im/ktp-auth-handler/Makefile +++ b/net-im/ktp-auth-handler/Makefile @@ -17,7 +17,8 @@ LIB_DEPENDS= libqca-qt5.so:devel/qca@qt5 \ libkaccounts.so:net-im/kaccounts-integration \ libsignon-qt5.so:sysutils/signon-qt5 -USES= cmake:outsource gettext kde:5 pkgconfig qt:5 tar:xz +USES= compiler:c++11-lang cmake:outsource gettext kde:5 pkgconfig \ + qt:5 tar:xz USE_KDE= completion config coreaddons ecm i18n jobwidgets kdewebkit \ kio wallet service widgetsaddons USE_QT= core dbus gui network webkit widgets xml \ diff --git a/net-im/ktp-contact-runner/Makefile b/net-im/ktp-contact-runner/Makefile index afd9079cb1ac..3e3d7ad15404 100644 --- a/net-im/ktp-contact-runner/Makefile +++ b/net-im/ktp-contact-runner/Makefile @@ -10,7 +10,7 @@ COMMENT= KRunner integration module for KDE Telepathy LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt@qt5 \ libKTpCommonInternals.so:net-im/ktp-common-internals -USES= cmake:outsource gettext kde:5 qt:5 tar:xz +USES= compiler:c++11-lang cmake:outsource gettext kde:5 qt:5 tar:xz USE_KDE= config coreaddons ecm i18n package plasma-framework runner \ service wallet USE_QT= core dbus gui network widgets xml\ diff --git a/net-im/ktp-desktop-applets/Makefile b/net-im/ktp-desktop-applets/Makefile index 2cba627f4daf..1ed43b632526 100644 --- a/net-im/ktp-desktop-applets/Makefile +++ b/net-im/ktp-desktop-applets/Makefile @@ -9,7 +9,7 @@ COMMENT= KDE instant messaging plasma widgets LIB_DEPENDS= libKTpCommonInternals.so:net-im/ktp-common-internals -USES= cmake:outsource gettext kde:5 qt:5 tar:xz +USES= compiler:c++11-lang cmake:outsource gettext kde:5 qt:5 tar:xz USE_KDE= ecm plasma-framework windowsystem USE_QT= core dbus declarative gui network widgets \ buildtools_build qmake_build diff --git a/net-im/ktp-kded-module/Makefile b/net-im/ktp-kded-module/Makefile index f37de4737487..c02d4512d096 100644 --- a/net-im/ktp-kded-module/Makefile +++ b/net-im/ktp-kded-module/Makefile @@ -10,7 +10,7 @@ COMMENT= Module for integration of instant messaging into KDE Workspaces LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt@qt5 \ libKTpCommonInternals.so:net-im/ktp-common-internals -USES= cmake:outsource gettext kde:5 qt:5 tar:xz +USES= compiler:c++11-lang cmake:outsource gettext kde:5 qt:5 tar:xz USE_KDE= activities auth codecs completion config configwidgets coreaddons \ dbusaddons i18n idletime jobwidgets kcmutils kio notifications \ service wallet widgetsaddons diff --git a/net-im/ktp-send-file/Makefile b/net-im/ktp-send-file/Makefile index 02c67da93d51..d1c62e77397d 100644 --- a/net-im/ktp-send-file/Makefile +++ b/net-im/ktp-send-file/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt@qt5 \ RUN_DEPENDS= ${KDE_PREFIX}/lib/libexec/ktp-filetransfer-handler:net-im/ktp-filetransfer-handler \ ${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list -USES= cmake:outsource gettext kde:5 qt:5 tar:xz +USES= compiler:c++11-lang cmake:outsource gettext kde:5 qt:5 tar:xz USE_KDE= auth codecs completion config configwidgets coreaddons ecm \ i18n iconthemes jobwidgets kcmutils kio service wallet \ widgetsaddons |