diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-12-06 17:31:27 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-12-06 17:31:27 +0800 |
commit | 562ac79917f06d33b10105713628d82d11ddf17d (patch) | |
tree | 38b4be06374628d6692295921c72f195d665edb7 /net-im | |
parent | 8f7dba05fd7f496fb39f34529885645ee0f85281 (diff) | |
download | freebsd-ports-gnome-562ac79917f06d33b10105713628d82d11ddf17d.tar.gz freebsd-ports-gnome-562ac79917f06d33b10105713628d82d11ddf17d.tar.zst freebsd-ports-gnome-562ac79917f06d33b10105713628d82d11ddf17d.zip |
- Add LICENSE
- Update WWW
- Add missing USES=gnome
Approved by: portmgr blanket
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/ktp-accounts-kcm/Makefile | 6 | ||||
-rw-r--r-- | net-im/ktp-accounts-kcm/pkg-descr | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/net-im/ktp-accounts-kcm/Makefile b/net-im/ktp-accounts-kcm/Makefile index e5c3e1d03b61..bf8639b670e4 100644 --- a/net-im/ktp-accounts-kcm/Makefile +++ b/net-im/ktp-accounts-kcm/Makefile @@ -7,6 +7,9 @@ CATEGORIES= net-im kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE instant messaging account management module +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libaccounts-qt5.so:net-im/libaccounts-qt5 \ libkaccounts.so:net-im/kaccounts-integration \ libtelepathy-qt5.so:net-im/telepathy-qt@qt5 \ @@ -14,11 +17,10 @@ LIB_DEPENDS= libaccounts-qt5.so:net-im/libaccounts-qt5 \ libKTpCommonInternals.so:net-im/ktp-common-internals \ libKF5AkonadiPrivate.so:databases/akonadi \ libsignon-qt5.so:sysutils/signon-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 kde:5 pkgconfig qt:5 tar:xz +USES= 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-accounts-kcm/pkg-descr b/net-im/ktp-accounts-kcm/pkg-descr index 31a5df5ea05e..8259ca721eac 100644 --- a/net-im/ktp-accounts-kcm/pkg-descr +++ b/net-im/ktp-accounts-kcm/pkg-descr @@ -5,4 +5,4 @@ development of collaborative features for KDE Applications. This is a KControl module which handles adding/editing/removing Telepathy accounts. -WWW: http://community.kde.org/KTp +WWW: https://community.kde.org/KTp |