diff options
author | Adriaan de Groot <adridg@FreeBSD.org> | 2021-09-17 09:41:28 +0000 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2021-09-17 09:47:41 +0000 |
commit | 47c05cb8b6c448227d67c0187b0244dd6a2623cb (patch) | |
tree | f45bd83d47ad54e36fecc83b19e6d79c7bce186c | |
parent | 009e0a233ddca30841b73532abe29c8a8bfc389d (diff) |
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.
-rw-r--r-- | devel/kf5-kdbusaddons/Makefile | 5 |
1 files 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> |