git: 2c7a78cbe307 - main - security/kwalletmanager: pet stage-qa
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Sep 2022 19:12:03 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=2c7a78cbe307a82603e87c8d840b00177f6ebbe8 commit 2c7a78cbe307a82603e87c8d840b00177f6ebbe8 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2022-09-05 19:04:19 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2022-09-05 19:06:45 +0000 security/kwalletmanager: pet stage-qa --- security/kwalletmanager/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/security/kwalletmanager/Makefile b/security/kwalletmanager/Makefile index 1e03d7279e0c..6b00a6de9caf 100644 --- a/security/kwalletmanager/Makefile +++ b/security/kwalletmanager/Makefile @@ -1,12 +1,13 @@ PORTNAME= kwalletmanager DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= security kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Password manager for KDE USES= cmake compiler:c++11-lang desktop-file-utils gettext \ - kde:5 qt:5 tar:xz + kde:5 qt:5 tar:xz xorg USE_KDE= archive auth codecs config configwidgets coreaddons crash \ dbusaddons doctools emoticons i18n iconthemes init \ itemmodels itemviews kcmutils kdelibs4support kio \ @@ -15,6 +16,7 @@ USE_KDE= archive auth codecs config configwidgets coreaddons crash \ ecm_build USE_QT= concurrent core dbus gui network widgets xml \ buildtools_build qmake_build +USE_XORG= x11 OPTIONS_DEFINE= DOCS