Date: Sat, 8 Apr 2023 17:59:18 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1cea99b6c121 - main - www/qt5-webengine: unbreak after 020693c166d1 Message-ID: <202304081759.338HxILt036330@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=1cea99b6c12100027319570070d26dff87f71b46 commit 1cea99b6c12100027319570070d26dff87f71b46 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-04-07 20:08:00 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-04-08 17:58:53 +0000 www/qt5-webengine: unbreak after 020693c166d1 cd /wrkdirs/usr/ports/www/qt5-webengine/work/qtwebengine-everywhere-src-5.15.8 && /usr/local/lib/qt5/bin/syncqt.pl -version 5.15.8 env: perl: No such file or directory PR: 266007 --- www/qt5-webengine/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/qt5-webengine/Makefile b/www/qt5-webengine/Makefile index 3ea9a7bab8b5..054bd1048cbc 100644 --- a/www/qt5-webengine/Makefile +++ b/www/qt5-webengine/Makefile @@ -84,10 +84,11 @@ SNDIO_VARS_OFF= QMAKE_CONFIGURE_ARGS+=-no-sndio # whether webenginewidgets is available, which fails when qmake processes all # .pro files at once. USES= gl gnome gperf jpeg minizip ninja:build nodejs:build,lts \ - pkgconfig python:2.7,build qmake:norecursive,outsource \ + perl5 pkgconfig python:2.7,build qmake:norecursive,outsource \ qt-dist:5,webengine shebangfix xorg USE_GL= gl USE_GNOME= glib20 libxml2 libxslt +USE_PERL5= build USE_QT= core declarative gui location network printsupport \ webchannel widgets \ buildtools:build designer:build qmake:build
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304081759.338HxILt036330>