Date: Sat, 8 Apr 2023 14:56:32 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: 3b6bcd86b83b - main - graphics/qt5-wayland: unbreak after 020693c166d1 Message-ID: <202304081456.338EuWWe037313@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=3b6bcd86b83b634fa3b020c51cd8a76b909e1aae commit 3b6bcd86b83b634fa3b020c51cd8a76b909e1aae Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-04-07 20:08:00 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-04-08 14:55:01 +0000 graphics/qt5-wayland: unbreak after 020693c166d1 Project MESSAGE: perl -w /usr/local/lib/qt5/bin/syncqt.pl -module QtWaylandClient -version 5.15.8 -outdir /wrkdirs/usr/ports/graphics/qt5-wayland/work/kde-qtwayland-5.15.8p57 -builddir /wrkdirs/usr/ports/graphics/qt5-wayland/work/kde-qtwayland-5.15.8p57 /wrkdirs/usr/ports/graphics/qt5-wayland/work/kde-qtwayland-5.15.8p57 sh: perl: not found PR: 266007 --- graphics/qt5-wayland/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graphics/qt5-wayland/Makefile b/graphics/qt5-wayland/Makefile index d3470d58e195..df6e9b59b53c 100644 --- a/graphics/qt5-wayland/Makefile +++ b/graphics/qt5-wayland/Makefile @@ -12,10 +12,11 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libwayland-egl.so:graphics/wayland \ libxkbcommon.so:x11/libxkbcommon -USES= compiler:c++11-lang gl gnome pkgconfig qmake:norecursive \ +USES= compiler:c++11-lang gl gnome perl5 pkgconfig qmake:norecursive \ qt-dist:5,wayland xorg USE_GL= egl gl USE_GNOME= glib20 +USE_PERL5= build USE_QT= core dbus gui declarative \ buildtools:build qmake:build USE_XORG= x11 xcomposite
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304081456.338EuWWe037313>