diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 19:02:22 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 19:05:58 +0000 |
commit | d76beaab98dc914d4cfc50c3c93076cd8d96507c (patch) | |
tree | 19bf136efbf67b4aa3a17349c9144a0de96b10a2 | |
parent | cd3f3ebc72e0595632301c876afe95d206a55451 (diff) | |
download | ports-d76beaab98dc914d4cfc50c3c93076cd8d96507c.tar.gz ports-d76beaab98dc914d4cfc50c3c93076cd8d96507c.zip |
deskutils/pim-data-exporter: pet stage-qa
-rw-r--r-- | deskutils/pim-data-exporter/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/deskutils/pim-data-exporter/Makefile b/deskutils/pim-data-exporter/Makefile index 2d2a60007469..19d7779c2fde 100644 --- a/deskutils/pim-data-exporter/Makefile +++ b/deskutils/pim-data-exporter/Makefile @@ -1,5 +1,6 @@ PORTNAME= pim-data-exporter DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -11,7 +12,8 @@ LIB_DEPENDS= libassuan.so:security/libassuan \ libgpgmepp.so:security/gpgme-cpp \ libqgpgme.so:security/gpgme-qt5 -USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lib gettext grantlee:5 \ + kde:5 qt:5 tar:xz xorg USE_KDE= archive auth bookmarks codecs completion config configwidgets \ coreaddons crash dbusaddons i18n itemmodels itemviews \ jobwidgets kio notifications service solid wallet \ @@ -23,6 +25,7 @@ USE_KDE+= akonadi akonadicontacts akonadimime akonadinotes calendarcore contacts mailtransport messagelib mime pimcommon pimtextedit USE_QT= concurrent core dbus gui network widgets xml \ buildtools_build qmake_build +USE_XORG= x11 USE_LDCONFIG= yes DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr |