diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-08-02 10:22:44 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-08-02 10:22:44 +0000 |
commit | 397dffc2304c548cb359fbfe646d501ccf18577e (patch) | |
tree | 01d2bbd056a7e8ad8d0bf8d7d6484e61f097ccfa /deskutils/kaddressbook | |
parent | 2b751a384217481c30ef9d42bba684e8abcfe2ef (diff) | |
download | ports-397dffc2304c548cb359fbfe646d501ccf18577e.tar.gz ports-397dffc2304c548cb359fbfe646d501ccf18577e.zip |
Notes
Diffstat (limited to 'deskutils/kaddressbook')
-rw-r--r-- | deskutils/kaddressbook/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |