diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-04-07 20:08:00 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-04-12 21:17:08 +0000 |
commit | 8c28b0a735777e22c909e3d8b2239d3018c37765 (patch) | |
tree | e9a0487b1d1869026574953eb564745400ec4298 | |
parent | x11/compton-conf: unbreak after 020693c166d1 (diff) |
graphics/lximage-qt: 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)
-rw-r--r-- | graphics/lximage-qt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/lximage-qt/Makefile b/graphics/lximage-qt/Makefile index 6af078840a98..f989c90eaf80 100644 --- a/graphics/lximage-qt/Makefile +++ b/graphics/lximage-qt/Makefile @@ -13,9 +13,10 @@ LIB_DEPENDS= libexif.so:graphics/libexif \ libmenu-cache.so:x11/menu-cache USES= cmake compiler:c++14-lang desktop-file-utils gettext-runtime \ - gnome localbase:ldflags lxqt pkgconfig qt:5 gnome tar:xz xorg + gnome localbase:ldflags lxqt perl5 pkgconfig qt:5 gnome tar:xz 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 libfmqt |