git: 60cda3fd43f9 - main - devel/qt5-assistant: unbreak after 020693c166d1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 08 Apr 2023 15:44:12 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=60cda3fd43f9de17c459bdd4e53efe8061c06556 commit 60cda3fd43f9de17c459bdd4e53efe8061c06556 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-04-07 20:08:00 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-04-08 15:44:05 +0000 devel/qt5-assistant: unbreak after 020693c166d1 Project MESSAGE: perl -w /usr/local/lib/qt5/bin/syncqt.pl -module QtHelp -version 5.15.8 -outdir /wrkdirs/usr/ports/devel/qt5-assistant/work/kde-qttools-5.15.8p1 -builddir /wrkdirs/usr/ports/devel/qt5-assistant/work/kde-qttools-5.15.8p1 /wrkdirs/usr/ports/devel/qt5-assistant/work/kde-qttools-5.15.8p1 sh: perl: not found PR: 266007 --- devel/qt5-assistant/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/qt5-assistant/Makefile b/devel/qt5-assistant/Makefile index 5f3ec75199b0..c40fdd395281 100644 --- a/devel/qt5-assistant/Makefile +++ b/devel/qt5-assistant/Makefile @@ -6,7 +6,8 @@ PKGNAMEPREFIX= qt5- MAINTAINER= kde@FreeBSD.org COMMENT= Qt 5 documentation browser -USES= compiler:c++11-lang qmake qt-dist:5,tools +USES= compiler:c++11-lang perl5 qmake qt-dist:5,tools +USE_PERL5= build USE_QT= core gui help network printsupport sql widgets \ buildtools:build sql-sqlite3:run QT_BINARIES= yes