diff options
author | Clément MArtin <twisla@twis.la> | 2022-05-25 19:03:24 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-05-25 19:08:20 +0000 |
commit | 1854a7934a4f285dbc48b449e37cca784955b40b (patch) | |
tree | 88ef21bf717ec49237864e28847c42f7a62ac202 | |
parent | 182361fb4df5258737e08e804ff7cb08b4e6ad10 (diff) | |
download | ports-1854a7934a4f285dbc48b449e37cca784955b40b.tar.gz ports-1854a7934a4f285dbc48b449e37cca784955b40b.zip |
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
-rw-r--r-- | x11-toolkits/plasma5-kdeplasma-addons/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |