diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-08-02 18:22:44 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2018-08-02 18:22:44 +0800 |
commit | 9c6f1bd42d574a1b1be8a2093d73ce026069c8a3 (patch) | |
tree | 01d2bbd056a7e8ad8d0bf8d7d6484e61f097ccfa /deskutils/kaddressbook | |
parent | d1c0bcf7e5b946860968e65210be939c6ec19e60 (diff) | |
download | freebsd-ports-gnome-9c6f1bd42d574a1b1be8a2093d73ce026069c8a3.tar.gz freebsd-ports-gnome-9c6f1bd42d574a1b1be8a2093d73ce026069c8a3.tar.zst freebsd-ports-gnome-9c6f1bd42d574a1b1be8a2093d73ce026069c8a3.zip |
Add missing runtime dependency on kdepim-runtime
PR: 230086
Reported by: Jonathan M Davis <freebsd.bugs@jmdavisprog.com>
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 |