diff options
-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 |