Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Apr 2023 21:17:15 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8c28b0a73577 - main - graphics/lximage-qt: unbreak after 020693c166d1
Message-ID:  <202304122117.33CLHFBn063010@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8c28b0a735777e22c909e3d8b2239d3018c37765

commit 8c28b0a735777e22c909e3d8b2239d3018c37765
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-12 21:17:08 +0000

    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)
---
 graphics/lximage-qt/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304122117.33CLHFBn063010>