diff options
author | tcberner <tcberner@FreeBSD.org> | 2019-06-23 23:39:32 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2019-06-23 23:39:32 +0800 |
commit | cdd275e6846ddfa2ac8ffb7f9b0d0346d72dd220 (patch) | |
tree | ff20dcbebe3cf8ce43d9faf74d03692d830e82ee /deskutils/kaddressbook | |
parent | a5447a7ef3a4fa78ece021ee9ad29fd43467c807 (diff) | |
download | freebsd-ports-gnome-cdd275e6846ddfa2ac8ffb7f9b0d0346d72dd220.tar.gz freebsd-ports-gnome-cdd275e6846ddfa2ac8ffb7f9b0d0346d72dd220.tar.zst freebsd-ports-gnome-cdd275e6846ddfa2ac8ffb7f9b0d0346d72dd220.zip |
KDE Applications: complete dependency lists
This has been on the TODO list for forever...
PR: 238764
Reported by: yuri
Diffstat (limited to 'deskutils/kaddressbook')
-rw-r--r-- | deskutils/kaddressbook/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/deskutils/kaddressbook/Makefile b/deskutils/kaddressbook/Makefile index ee10a10b65b9..a7c16d190f70 100644 --- a/deskutils/kaddressbook/Makefile +++ b/deskutils/kaddressbook/Makefile @@ -2,6 +2,7 @@ PORTNAME= kaddressbook DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -13,16 +14,16 @@ LIB_DEPENDS= libassuan.so:security/libassuan \ libgpgmepp.so:security/gpgme-cpp \ libqgpgme.so:security/gpgme-qt5 -USES= cmake compiler:c++11-lib gettext grantlee:5 kde:5 \ +USES= cmake compiler:c++11-lib desktop-file-utils gettext grantlee:5 kde:5 \ qt:5 tar:xz USE_KDE= auth codecs completion config configwidgets coreaddons crash \ ecm i18n iconthemes itemmodels jobwidgets kcmutils kio parts \ prison service sonnet textwidgets widgetsaddons xmlgui # pim components USE_KDE+= akonadi akonadicontacts akonadisearch contacts grantleetheme \ - kdepim-apps-libs kontactinterface libkdepim pimcommon \ + imap kdepim-apps-libs kontactinterface libkdepim mime pimcommon \ kdepim-runtime5_run -USE_QT= core dbus gui network printsupport widgets xml \ +USE_QT= concurrent core dbus gui network printsupport widgets xml \ buildtools_build qmake_build USE_LDCONFIG= yes |