diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-11-04 19:00:53 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-11-04 19:00:53 +0000 |
commit | 89d1bb9ab01e93b870f01933054c0acd8205ff46 (patch) | |
tree | e0f4b7d2567ee42aa9691bf31504507d0e3eaaca /deskutils/kmail | |
parent | 29439ee094406379a3bf20855d95ae8c42f20200 (diff) |
Notes
Diffstat (limited to 'deskutils/kmail')
-rw-r--r-- | deskutils/kmail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/kmail/Makefile b/deskutils/kmail/Makefile index 8b32b5eda9ba..470834487baa 100644 --- a/deskutils/kmail/Makefile +++ b/deskutils/kmail/Makefile @@ -2,6 +2,7 @@ PORTNAME= kmail DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -34,7 +35,7 @@ USE_KDE+= akonadi akonadicontacts akonadimime akonadisearch calendarcore \ kontactinterface ldap mailcommon mailtransport messagelib \ mime pimcommon pimtextedit tnef \ kdepim-runtime5_run -USE_QT= core dbus gui location network printsupport qml quick \ +USE_QT= core dbus declarative gui location network printsupport \ webchannel webengine widgets xml \ buildtools_build qmake_build USE_LDCONFIG= yes |