git: 47c05cb8b6c4 - main - devel/kf5-kdbusaddons: reduce dependencies
Adriaan de Groot
adridg at FreeBSD.org
Fri Sep 17 09:47:43 UTC 2021
The branch main has been updated by adridg:
URL: https://cgit.FreeBSD.org/ports/commit/?id=47c05cb8b6c448227d67c0187b0244dd6a2623cb
commit 47c05cb8b6c448227d67c0187b0244dd6a2623cb
Author: Adriaan de Groot <adridg at FreeBSD.org>
AuthorDate: 2021-09-17 09:41:28 +0000
Commit: Adriaan de Groot <adridg at 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 at 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>
More information about the dev-commits-ports-all
mailing list