Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Apr 2023 15:41:47 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: 4a5ff0e45af7 - main - devel/qt5-location: unbreak after 020693c166d1
Message-ID:  <202304081541.338Fflx7021237@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=4a5ff0e45af7c73c9be0c102d84e89254b17e7a6

commit 4a5ff0e45af7c73c9be0c102d84e89254b17e7a6
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:41:32 +0000

    devel/qt5-location: unbreak after 020693c166d1
    
    Project MESSAGE: perl -w /usr/local/lib/qt5/bin/syncqt.pl -module QtPositioning -version 5.15.8 -outdir /wrkdirs/usr/ports/devel/qt5-location/work/kde-qtlocation-5.15.8p3 -builddir /wrkdirs/usr/ports/devel/qt5-location/work/kde-qtlocation-5.15.8p3 /wrkdirs/usr/ports/devel/qt5-location/work/kde-qtlocation-5.15.8p3
    sh: perl: not found
    
    PR:             266007
---
 devel/qt5-location/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/qt5-location/Makefile b/devel/qt5-location/Makefile
index bc214ee8080f..f4f5ccf5bd22 100644
--- a/devel/qt5-location/Makefile
+++ b/devel/qt5-location/Makefile
@@ -6,7 +6,8 @@ PKGNAMEPREFIX=	qt5-
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	Qt location module
 
-USES=		compiler:c++11-lang qmake:norecursive qt-dist:5,location
+USES=		compiler:c++11-lang perl5 qmake:norecursive qt-dist:5,location
+USE_PERL5=	build
 USE_QT=		concurrent core dbus declarative gui network serialport \
 		buildtools:build
 



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