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
commitd8c6ef0b00a8672fcf208d09e78a2583ab8e3ea8 (patch)
treeabda4880c760676de2002fb200c9892673129014
parentd89020a2712444da12f479eb1bdb7b404d661e93 (diff)
downloadports-d8c6ef0b00a8672fcf208d09e78a2583ab8e3ea8.tar.gz
ports-d8c6ef0b00a8672fcf208d09e78a2583ab8e3ea8.zip
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)
-rw-r--r--x11-toolkits/qt5-gamepad/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/qt5-gamepad/Makefile b/x11-toolkits/qt5-gamepad/Makefile
index 225c393a03f6..7f093a844670 100644
--- a/x11-toolkits/qt5-gamepad/Makefile
+++ b/x11-toolkits/qt5-gamepad/Makefile
@@ -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>