From ddb51d1c1f59010d9f4e6d0eaf088ba99a50d332 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Fri, 7 Apr 2023 20:08:00 +0000 Subject: [PATCH] x11/compton-conf: unbreak after 020693c166d1 CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find Perl (missing: PERL_EXECUTABLE) PR: 266007 Reported by: antoine (via exp-run) --- x11/compton-conf/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11/compton-conf/Makefile b/x11/compton-conf/Makefile index 17ecd80b8d22c..bd4e3aeb4379e 100644 --- a/x11/compton-conf/Makefile +++ b/x11/compton-conf/Makefile @@ -13,8 +13,9 @@ LICENSE= LGPL21+ LIB_DEPENDS= libconfig.so:devel/libconfig RUN_DEPENDS= compton:x11-wm/compton -USES= cmake compiler:c++14-lang localbase:ldflags lxqt qt:5 \ +USES= cmake compiler:c++14-lang localbase:ldflags lxqt perl5 qt:5 \ pkgconfig tar:xz +USE_PERL5= build USE_QT= buildtools:build qmake:build core dbus gui linguisttools \ widgets USE_LXQT= buildtools