diff options
Diffstat (limited to 'deskutils/kontact/Makefile')
-rw-r--r-- | deskutils/kontact/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/deskutils/kontact/Makefile b/deskutils/kontact/Makefile index 8420eb49565d..e516ac1d5808 100644 --- a/deskutils/kontact/Makefile +++ b/deskutils/kontact/Makefile @@ -1,5 +1,6 @@ PORTNAME= kontact DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -7,16 +8,18 @@ COMMENT= KDE Personal Information Manager 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 crash \ - i18n iconthemes itemmodels jobwidgets kcmutils kio parts \ + guiaddons i18n iconthemes itemmodels jobwidgets kcmutils kio parts \ service solid sonnet textwidgets widgetsaddons windowsystem xmlgui \ ecm_build # pim components -USE_KDE+= akonadi grantleetheme kontactinterface libkdepim pimcommon +USE_KDE+= akonadi grantleetheme kontactinterface libkdepim pimcommon \ + pimtextedit 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 |