aboutsummaryrefslogtreecommitdiff
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:00 +0000
commitb35ccd89f7a9e58e739e4f1986f93e062081c2f7 (patch)
tree13fbf34bfca24aabca2d4e314d09a0adefca87cf
parent7b8321154edcbe1dcb255c7984adf752c5eaaeb8 (diff)
downloadports-b35ccd89f7a9e58e739e4f1986f93e062081c2f7.tar.gz
ports-b35ccd89f7a9e58e739e4f1986f93e062081c2f7.zip
comms/qt5-connectivity: unbreak after 020693c166d1
Project MESSAGE: perl -w /usr/local/lib/qt5/bin/syncqt.pl -module QtBluetooth -version 5.15.8 -outdir /wrkdirs/usr/ports/comms/qt5-connectivity/work/kde-qtconnectivity-5.15.8p5 -builddir /wrkdirs/usr/ports/comms/qt5-connectivity/work/kde-qtconnectivity-5.15.8p5 /wrkdirs/usr/ports/comms/qt5-connectivity/work/kde-qtconnectivity-5.15.8p5 sh: perl: not found PR: 266007 Reported by: antoine (via exp-run)
-rw-r--r--comms/qt5-connectivity/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/qt5-connectivity/Makefile b/comms/qt5-connectivity/Makefile
index 2db1641dbb03..87fde0e4b281 100644
--- a/comms/qt5-connectivity/Makefile
+++ b/comms/qt5-connectivity/Makefile
@@ -6,7 +6,8 @@ PKGNAMEPREFIX= qt5-
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt connectivity (Bluetooth/NFC) module
-USES= compiler:c++11-lang qmake qt-dist:5,connectivity
+USES= compiler:c++11-lang perl5 qmake qt-dist:5,connectivity
+USE_PERL5= build
USE_QT= concurrent core declarative buildtools:build
.include <bsd.port.mk>