diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 22:02:19 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 22:05:56 +0300 |
commit | dc49f513ea5d5adf85f48c92caa58156c89e3fb9 (patch) | |
tree | dbc7bda5753cf313e752f8d1b0fcf58e97ce3a8d | |
parent | deskutils/kmail-account-wizard: pet stage-qa (diff) |
deskutils/kmail: pet stage-qa
-rw-r--r-- | deskutils/kmail/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/deskutils/kmail/Makefile b/deskutils/kmail/Makefile index c48695274977..15b0d6ce5998 100644 --- a/deskutils/kmail/Makefile +++ b/deskutils/kmail/Makefile @@ -20,7 +20,8 @@ RUN_DEPENDS= accountwizard:deskutils/kmail-account-wizard \ mboximporter:deskutils/mbox-importer \ sieveeditor:deskutils/pim-sieve-editor -USES= cmake compiler:c++11-lib cpe desktop-file-utils gettext kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lib cpe desktop-file-utils gettext grantlee:5 \ + kde:5 qt:5 tar:xz xorg CPE_VENDOR= kde USE_KDE= auth bookmarks codecs completion config configwidgets \ coreaddons crash dbusaddons guiaddons i18n iconthemes imap \ @@ -39,6 +40,7 @@ USE_KDE+= akonadi akonadicontacts akonadimime akonadisearch calendarcore \ USE_QT= concurrent core dbus declarative gui location network printsupport \ webchannel webengine widgets xml \ buildtools_build qmake_build +USE_XORG= x11 USE_LDCONFIG= yes DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr |