diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 22:02:15 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 22:05:55 +0300 |
commit | d15796265e167a3223e5fb3ba8c0a8cf8131dfc5 (patch) | |
tree | 7f453a46c78be95f5b56d1ec9f5552f75a3b9b2d /deskutils/kdepim-runtime/Makefile | |
parent | deskutils/kdepim-addons: pet stage-qa (diff) |
deskutils/kdepim-runtime: pet stage-qa
Diffstat (limited to '')
-rw-r--r-- | deskutils/kdepim-runtime/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/deskutils/kdepim-runtime/Makefile b/deskutils/kdepim-runtime/Makefile index ca6aaa096bef..6afa98391034 100644 --- a/deskutils/kdepim-runtime/Makefile +++ b/deskutils/kdepim-runtime/Makefile @@ -1,6 +1,6 @@ PORTNAME= kdepim-runtime DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -15,8 +15,8 @@ LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \ libxerces-c-3.2.so:textproc/xerces-c3 \ libqt5keychain.so:security/qtkeychain@qt5 -USES= cmake:noninja compiler:c++11-lib gettext kde:5 qca qt:5 \ - shared-mime-info tar:xz +USES= cmake:noninja compiler:c++11-lib gettext grantlee:5 \ + kde:5 qca qt:5 shared-mime-info tar:xz xorg USE_KDE= auth bookmarks codecs completion config configwidgets \ coreaddons crash dbusaddons guiaddons holidays i18n iconthemes \ itemmodels itemviews jobwidgets kcmutils kdav kdelibs4support kio \ @@ -32,6 +32,7 @@ USE_KDE+= akonadi akonadicontacts akonadimime akonadinotes \ USE_QT= concurrent core dbus declarative gui location network networkauth printsupport speech \ script webchannel webengine widgets xml xmlpatterns \ buildtools_build qmake_build +USE_XORG= x11 USE_LDCONFIG= yes DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr |