aboutsummaryrefslogtreecommitdiff
path: root/comms/qt5-sensors
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-04-07 20:08:00 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-04-10 09:59:02 +0000
commit0ae8f7df77c17f82d2928f9f417efa85339593a2 (patch)
tree14b04239c586b3b608a37c496c87aeadc5434f02 /comms/qt5-sensors
parentceb4a7d203d98182cefdd10a449036ecd1f9753f (diff)
downloadports-0ae8f7df77c17f82d2928f9f417efa85339593a2.tar.gz
ports-0ae8f7df77c17f82d2928f9f417efa85339593a2.zip
comms/qt5-sensors: unbreak after 020693c166d1
Project MESSAGE: perl -w /usr/local/lib/qt5/bin/syncqt.pl -module QtSensors -version 5.15.8 -outdir /wrkdirs/usr/ports/comms/qt5-sensors/work/kde-qtsensors-5.15.8p0 -builddir /wrkdirs/usr/ports/comms/qt5-sensors/work/kde-qtsensors-5.15.8p0 /wrkdirs/usr/ports/comms/qt5-sensors/work/kde-qtsensors-5.15.8p0 sh: perl: not found PR: 266007 Reported by: antoine (via exp-run)
Diffstat (limited to 'comms/qt5-sensors')
-rw-r--r--comms/qt5-sensors/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/qt5-sensors/Makefile b/comms/qt5-sensors/Makefile
index 8215c3d5c678..4aa2a8deacd0 100644
--- a/comms/qt5-sensors/Makefile
+++ b/comms/qt5-sensors/Makefile
@@ -6,7 +6,8 @@ PKGNAMEPREFIX= qt5-
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt sensors module
-USES= compiler:c++11-lang qmake:norecursive qt-dist:5,sensors
+USES= compiler:c++11-lang perl5 qmake:norecursive qt-dist:5,sensors
+USE_PERL5= build
USE_QT= core declarative buildtools:build
.include <bsd.port.mk>