diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-06-23 15:39:32 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-06-23 15:39:32 +0000 |
commit | 4196590fa59b3296af08cb1a521d56d40a0c3226 (patch) | |
tree | ff20dcbebe3cf8ce43d9faf74d03692d830e82ee /net-im/kaccounts-providers | |
parent | d035736dc3386470403073c8f5aff860c39c4247 (diff) |
Notes
Diffstat (limited to 'net-im/kaccounts-providers')
-rw-r--r-- | net-im/kaccounts-providers/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/kaccounts-providers/Makefile b/net-im/kaccounts-providers/Makefile index a328507ae07e..57dec6f66410 100644 --- a/net-im/kaccounts-providers/Makefile +++ b/net-im/kaccounts-providers/Makefile @@ -2,6 +2,7 @@ PORTNAME= kaccounts-providers DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= net-im kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -16,7 +17,7 @@ USES= cmake compiler:c++11-lang gettext gnome kde:5 \ pkgconfig qt:5 tar:xz USE_GNOME= intltool USE_KDE= config coreaddons i18n kdeclarative kio package service -USE_QT= core declarative gui network xml \ +USE_QT= concurrent core dbus declarative gui network xml \ buildtools_build qmake_build OPTIONS_DEFINE= DOCS |