diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 19:03:45 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 19:06:31 +0000 |
commit | b55063a68411203e25f510d1fee9b5495700cb67 (patch) | |
tree | 873c22e96f9d06845190019182d8f51768534997 | |
parent | 865f4761dd4b862f6e1d79f51e2fe1c5bbd193e5 (diff) | |
download | ports-b55063a68411203e25f510d1fee9b5495700cb67.tar.gz ports-b55063a68411203e25f510d1fee9b5495700cb67.zip |
net-im/ktp-auth-handler: pet stage-qa
-rw-r--r-- | net-im/ktp-auth-handler/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/ktp-auth-handler/Makefile b/net-im/ktp-auth-handler/Makefile index 845916a62f1a..d54f4eec72bf 100644 --- a/net-im/ktp-auth-handler/Makefile +++ b/net-im/ktp-auth-handler/Makefile @@ -1,6 +1,6 @@ PORTNAME= ktp-auth-handler DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -16,12 +16,13 @@ LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt \ libsignon-qt5.so:sysutils/signon-qt5 USES= compiler:c++11-lang cmake gettext kde:5 pkgconfig \ - qca qt:5 tar:xz + qca qt:5 tar:xz xorg USE_KDE= completion config coreaddons i18n jobwidgets kdewebkit \ kio wallet service solid widgetsaddons windowsystem \ ecm_build USE_QT= concurrent core dbus gui network webkit widgets xml \ buildtools_build qmake_build +USE_XORG= x11 OPTIONS_DEFINE= DOCS |