Date: Mon, 5 Sep 2022 19:13:11 GMT From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 93d196c7f97a - main - x11/plasma5-kscreen: pet stage-qa Message-ID: <202209051913.285JDBn9030750@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=93d196c7f97a7fe760d4f9b5faa036bcd2f3bc94 commit 93d196c7f97a7fe760d4f9b5faa036bcd2f3bc94 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2022-09-05 19:05:16 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2022-09-05 19:07:08 +0000 x11/plasma5-kscreen: pet stage-qa --- x11/plasma5-kscreen/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/x11/plasma5-kscreen/Makefile b/x11/plasma5-kscreen/Makefile index ae04043e1985..e1f1a312b815 100644 --- a/x11/plasma5-kscreen/Makefile +++ b/x11/plasma5-kscreen/Makefile @@ -1,16 +1,20 @@ PORTNAME= kscreen DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde kde-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 screen management library -USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz +LIB_DEPENDS= libxcb-util.so:x11/xcb-util + +USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz xorg USE_KDE= auth codecs config configwidgets coreaddons dbusaddons \ globalaccel i18n kcmutils kdeclarative libkscreen package \ plasma-framework service widgetsaddons windowsystem xmlgui \ ecm_build -USE_QT= core dbus declarative gui network sensors widgets xml \ +USE_QT= core dbus declarative gui network sensors widgets x11extras xml \ buildtools_build qmake_build testlib_build +USE_XORG= x11 xcb xext xi .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209051913.285JDBn9030750>