git: ceb4a7d203d9 - main - devel/qt5-scxml: unbreak after 020693c166d1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 10 Apr 2023 09:59:26 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=ceb4a7d203d98182cefdd10a449036ecd1f9753f commit ceb4a7d203d98182cefdd10a449036ecd1f9753f Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-04-07 20:08:00 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-04-10 09:59:02 +0000 devel/qt5-scxml: unbreak after 020693c166d1 Project MESSAGE: perl -w /usr/local/lib/qt5/bin/syncqt.pl -module QtScxml -version 5.15.8 -outdir /wrkdirs/usr/ports/devel/qt5-scxml/work/kde-qtscxml-5.15.8p0 -builddir /wrkdirs/usr/ports/devel/qt5-scxml/work/kde-qtscxml-5.15.8p0 /wrkdirs/usr/ports/devel/qt5-scxml/work/kde-qtscxml-5.15.8p0 sh: perl: not found PR: 266007 Reported by: antoine (via exp-run) --- devel/qt5-scxml/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/qt5-scxml/Makefile b/devel/qt5-scxml/Makefile index a14f407ea823..16e579dcfcf0 100644 --- a/devel/qt5-scxml/Makefile +++ b/devel/qt5-scxml/Makefile @@ -6,7 +6,8 @@ PKGNAMEPREFIX= qt5- MAINTAINER= kde@FreeBSD.org COMMENT= Qt5 SCXML module -USES= compiler:c++11-lang qmake qt-dist:5,scxml +USES= compiler:c++11-lang perl5 qmake qt-dist:5,scxml +USE_PERL5= build USE_QT= core declarative network buildtools:build QT_BINARIES= yes