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/ktp-auth-handler/Makefile | |
parent | d035736dc3386470403073c8f5aff860c39c4247 (diff) | |
download | ports-4196590fa59b3296af08cb1a521d56d40a0c3226.tar.gz ports-4196590fa59b3296af08cb1a521d56d40a0c3226.zip |
Notes
Diffstat (limited to 'net-im/ktp-auth-handler/Makefile')
-rw-r--r-- | net-im/ktp-auth-handler/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/ktp-auth-handler/Makefile b/net-im/ktp-auth-handler/Makefile index e8bf8c741471..748add266c33 100644 --- a/net-im/ktp-auth-handler/Makefile +++ b/net-im/ktp-auth-handler/Makefile @@ -2,6 +2,7 @@ PORTNAME= ktp-auth-handler DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= net-im kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -21,7 +22,7 @@ USES= compiler:c++11-lang cmake gettext kde:5 pkgconfig \ qt:5 tar:xz USE_KDE= completion config coreaddons ecm i18n jobwidgets kdewebkit \ kio wallet service widgetsaddons -USE_QT= core dbus gui network webkit widgets xml \ +USE_QT= concurrent core dbus gui network webkit widgets xml \ buildtools_build qmake_build OPTIONS_DEFINE= DOCS |