git: 1854a7934a4f - main - x11-toolkits/plasma5-kdeplasma-addons: add missing testlib dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 25 May 2022 19:16:23 UTC
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=1854a7934a4f285dbc48b449e37cca784955b40b commit 1854a7934a4f285dbc48b449e37cca784955b40b Author: Clément MArtin <twisla@twis.la> AuthorDate: 2022-05-25 19:03:24 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2022-05-25 19:08:20 +0000 x11-toolkits/plasma5-kdeplasma-addons: add missing testlib dependency - testlib got pulled in transitively, when WEBENGINE/PURPOSE is enabled. When both options are of, the required dependency is missing on the system and threfore leading to build failures. PR: 264199 --- x11-toolkits/plasma5-kdeplasma-addons/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-toolkits/plasma5-kdeplasma-addons/Makefile b/x11-toolkits/plasma5-kdeplasma-addons/Makefile index f7e3e0c568db..f40bd4161b5e 100644 --- a/x11-toolkits/plasma5-kdeplasma-addons/Makefile +++ b/x11-toolkits/plasma5-kdeplasma-addons/Makefile @@ -16,7 +16,7 @@ USE_KDE= activities archive attica auth bookmarks codecs completion \ ecm_build USE_QT= concurrent core dbus declarative graphicaleffects gui location \ network printsupport script webchannel widgets x11extras xml \ - buildtools_build qmake_build + buildtools_build qmake_build testlib_build OPTIONS_DEFINE= PURPOSE QTWEBENGINE OPTIONS_DEFAULT= PURPOSE