Skip to content

Commit

Permalink
archivers/lxqt-archiver: unbreak after 020693c
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
jbeich committed Apr 12, 2023
1 parent 8c28b0a commit 53a6471
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion archivers/lxqt-archiver/Makefile
Expand Up @@ -14,9 +14,10 @@ LIB_DEPENDS= libfm-qt.so:x11/libfm-qt \
libmenu-cache.so:x11/menu-cache \
libexif.so:graphics/libexif
RUN_DEPENDS= ${LOCALBASE}/bin/unzip:archivers/unzip
USES= cmake compiler:c++14-lang desktop-file-utils lxqt pkgconfig tar:xz gnome qt:5 xorg
USES= cmake compiler:c++14-lang desktop-file-utils lxqt perl5 pkgconfig tar:xz gnome qt:5 xorg

USE_GNOME= glib20
USE_PERL5= build
USE_QT= buildtools:build qmake:build core dbus gui linguisttools \
network printsupport svg widgets x11extras
USE_LXQT= buildtools lxqt
Expand Down

0 comments on commit 53a6471

Please sign in to comment.