Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Apr 2023 09:59:23 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: ad22fdf1d777 - main - x11-toolkits/qt5-quick3d: unbreak after 020693c166d1
Message-ID:  <202304100959.33A9xNaj000481@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=ad22fdf1d777a9cfaed08cc9e7f4be4e25098913

commit ad22fdf1d777a9cfaed08cc9e7f4be4e25098913
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:01 +0000

    x11-toolkits/qt5-quick3d: unbreak after 020693c166d1
    
    Project MESSAGE: perl -w /usr/local/lib/qt5/bin/syncqt.pl -module QtQuick3DUtils -version 5.15.8 -outdir /wrkdirs/usr/ports/x11-toolkits/qt5-quick3d/work/kde-qtquick3d-5.15.8p1 -builddir /wrkdirs/usr/ports/x11-toolkits/qt5-quick3d/work/kde-qtquick3d-5.15.8p1 /wrkdirs/usr/ports/x11-toolkits/qt5-quick3d/work/kde-qtquick3d-5.15.8p1
    sh: perl: not found
    
    PR:             266007
    Reported by:    antoine (via exp-run)
---
 x11-toolkits/qt5-quick3d/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-toolkits/qt5-quick3d/Makefile b/x11-toolkits/qt5-quick3d/Makefile
index 96d091e346be..0fc442b51705 100644
--- a/x11-toolkits/qt5-quick3d/Makefile
+++ b/x11-toolkits/qt5-quick3d/Makefile
@@ -9,7 +9,8 @@ WWW=		https://qt-project.org
 
 LIB_DEPENDS=	libassimp.so:multimedia/assimp
 
-USES=		compiler:c++11-lang qmake qt-dist:5
+USES=		compiler:c++11-lang perl5 qmake qt-dist:5
+USE_PERL5=	build
 USE_QT=		core declarative gui network opengl \
 		buildtools:build
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304100959.33A9xNaj000481>