diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-06-23 15:39:32 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-06-23 15:39:32 +0000 |
commit | 4196590fa59b3296af08cb1a521d56d40a0c3226 (patch) | |
tree | ff20dcbebe3cf8ce43d9faf74d03692d830e82ee /deskutils/knotes | |
parent | d035736dc3386470403073c8f5aff860c39c4247 (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 44a1bfdf72e5..9967ea17ce40 100644 --- a/deskutils/knotes/Makefile +++ b/deskutils/knotes/Makefile @@ -2,6 +2,7 @@ PORTNAME= knotes DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -20,10 +21,10 @@ USE_KDE= attica auth bookmarks codecs completion config configwidgets \ windowsystem xmlgui # pim components USE_KDE+= akonadi akonadicontacts akonadinotes akonadisearch \ - calendarcore calendarutils contacts kontactinterface libkdepim \ + calendarcore calendarutils contacts imap kontactinterface libkdepim \ mime pimcommon pimtextedit \ kdepim-runtime5_run -USE_QT= core dbus gui network printsupport widgets x11extras xml \ +USE_QT= concurrent core dbus gui network printsupport widgets x11extras xml \ buildtools_build qmake_build USE_XORG= ice sm x11 xext USE_LDCONFIG= yes |