K 10 svn:author V 6 adridg K 8 svn:date V 27 2020-09-18T10:02:33.574661Z K 7 svn:log V 667 Simplify www/qt5-WebEngine dependencies. WebEngine contains a Qt Designer plugin -- so you can put webengine widgets into forms in designer -- so it needs designer to build that plugin against. However, you don't need designer to use webengine parts -- as a web-browser, it doesn't use the designer application at all. So shuffle the designer dependency to _build; this means that installing a web browser based on webengine no longer pulls in the designer application. Of course, you'll need to install designer, in order to use the webengine designer plugin, but that's for specific devel-work. PORTREVISION bumped because the deps change. Reported by: FuryBSD END