diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 19:03:55 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 19:06:35 +0000 |
commit | 82937aa7261dbf5cec401da78c5e39e4a49b2ffd (patch) | |
tree | e6fd0bd21be0e6dff4b62d8336e3fe643927ec60 /net | |
parent | 2d04ebfa349cc282b9161e023e01c2732b7d1714 (diff) |
Diffstat (limited to 'net')
-rw-r--r-- | net/akonadi-calendar/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net/akonadi-calendar/Makefile b/net/akonadi-calendar/Makefile index ab070831a5e7..03aec0634e24 100644 --- a/net/akonadi-calendar/Makefile +++ b/net/akonadi-calendar/Makefile @@ -1,5 +1,6 @@ PORTNAME= akonadi-calendar DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -7,16 +8,19 @@ COMMENT= Akonadi Calendar Integration LICENSE= LGPL21 -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= auth codecs completion config configwidgets coreaddons \ dbusaddons kdelibs4support i18n iconthemes itemmodels \ - jobwidgets kio service solid wallet widgetsaddons windowsystem xmlgui \ + jobwidgets kio notifications service solid wallet \ + widgetsaddons windowsystem xmlgui \ ecm_build # pim components USE_KDE+= akonadi akonadicontacts akonadimime calendarcore calendarutils \ contacts grantleetheme identitymanagement mailtransport mime 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 |