Date: Fri, 17 Sep 2021 09:47:43 GMT From: Adriaan de Groot <adridg@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 47c05cb8b6c4 - main - devel/kf5-kdbusaddons: reduce dependencies Message-ID: <202109170947.18H9lhTQ008767@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=47c05cb8b6c448227d67c0187b0244dd6a2623cb commit 47c05cb8b6c448227d67c0187b0244dd6a2623cb Author: Adriaan de Groot <adridg@FreeBSD.org> AuthorDate: 2021-09-17 09:41:28 +0000 Commit: Adriaan de Groot <adridg@FreeBSD.org> CommitDate: 2021-09-17 09:47:41 +0000 devel/kf5-kdbusaddons: reduce dependencies This port was listing a number of KDE and Qt dependencies that it doesn't actually use, and linguist is a build-only dependency for processing the translations -- the resulting library does not need Qt linguist executable installed. --- devel/kf5-kdbusaddons/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/kf5-kdbusaddons/Makefile b/devel/kf5-kdbusaddons/Makefile index b12de823fcde..48d4af828347 100644 --- a/devel/kf5-kdbusaddons/Makefile +++ b/devel/kf5-kdbusaddons/Makefile @@ -1,5 +1,6 @@ PORTNAME= kdbusaddons DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org @@ -9,7 +10,7 @@ LICENSE= LGPL21+ USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz USE_KDE= ecm_build -USE_QT= core dbus gui linguisttools x11extras \ - buildtools_build qmake_build testlib_build +USE_QT= core dbus x11extras \ + buildtools_build linguisttools_build qmake_build testlib_build .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109170947.18H9lhTQ008767>