git: 19547602e183 - 2022Q2 - x11-toolkits/plasma5-kdeplasma-addons: add missing testlib dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 26 May 2022 06:49:10 UTC
The branch 2022Q2 has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=19547602e183088c49d4d2e07d4c16cb00997856 commit 19547602e183088c49d4d2e07d4c16cb00997856 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-26 06:48:49 +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 (cherry picked from commit 1854a7934a4f285dbc48b449e37cca784955b40b) --- 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