comms/qt5-connectivity: unbreak after 020693c166

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)
This commit is contained in:
Jan Beich 2023-04-07 20:08:00 +00:00
parent 7b8321154e
commit b35ccd89f7

View file

@ -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>