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/knotes | |
parent | 2b751a384217481c30ef9d42bba684e8abcfe2ef (diff) |
Notes
Diffstat (limited to 'deskutils/knotes')
-rw-r--r-- | deskutils/knotes/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/deskutils/knotes/Makefile b/deskutils/knotes/Makefile index d01018682c0a..8120f7b7f644 100644 --- a/deskutils/knotes/Makefile +++ b/deskutils/knotes/Makefile @@ -2,7 +2,7 @@ PORTNAME= knotes DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -22,7 +22,8 @@ USE_KDE= attica auth bookmarks codecs completion config configwidgets \ # pim components USE_KDE+= akonadi akonadicontacts akonadinotes akonadisearch \ calendarcore calendarutils contacts kontactinterface libkdepim \ - mime pimcommon pimtextedit + mime pimcommon pimtextedit \ + kdepim-runtime5_run USE_QT= core dbus gui network printsupport widgets x11extras xml \ buildtools_build qmake_build USE_XORG= ice sm x11 xext |