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/akonadiconsole/Makefile | |
parent | - Add new port: devel/R-cran-Rdpack (diff) |
KDE Applications: complete dependency lists
This has been on the TODO list for forever...
PR: 238764
Reported by: yuri
Notes
Notes:
svn path=/head/; revision=504959
Diffstat (limited to 'deskutils/akonadiconsole/Makefile')
-rw-r--r-- | deskutils/akonadiconsole/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/akonadiconsole/Makefile b/deskutils/akonadiconsole/Makefile index 40b3013e284a..22d3e6420c28 100644 --- a/deskutils/akonadiconsole/Makefile +++ b/deskutils/akonadiconsole/Makefile @@ -2,6 +2,7 @@ PORTNAME= akonadiconsole DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -28,7 +29,7 @@ USE_KDE+= akonadi akonadicalendar akonadicontacts akonadimime \ akonadisearch calendarcore calendarsupport contacts \ identitymanagement libkdepim libkleo messagelib mime \ pimcommon pimtextedit -USE_QT= core dbus gui network printsupport sql widgets xml \ +USE_QT= concurrent core dbus gui network printsupport sql widgets xml \ buildtools_build qmake_build USE_LDCONFIG= yes |