1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00

x11-toolkits/qt5-gamepad: unbreak after 020693c166d1

Project MESSAGE: perl -w /usr/local/lib/qt5/bin/syncqt.pl -module QtGamepad -version 5.15.8 -outdir /wrkdirs/usr/ports/x11-toolkits/qt5-gamepad/work/kde-qtgamepad-5.15.8p0 -builddir /wrkdirs/usr/ports/x11-toolkits/qt5-gamepad/work/kde-qtgamepad-5.15.8p0 /wrkdirs/usr/ports/x11-toolkits/qt5-gamepad/work/kde-qtgamepad-5.15.8p0
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 d89020a271
commit d8c6ef0b00

View File

@ -8,7 +8,8 @@ COMMENT= Qt 5 Gamepad Module
BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto
USES= compiler:c++11-lang qmake:norecursive qt-dist:5,gamepad
USES= compiler:c++11-lang perl5 qmake:norecursive qt-dist:5,gamepad
USE_PERL5= build
USE_QT= core declarative gui buildtools:build
.include <bsd.port.mk>