Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Apr 2023 21:17:17 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: 7fb4db45d41c - main - x11-wm/lxqt-panel: unbreak after 020693c166d1
Message-ID:  <202304122117.33CLHHhc063057@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=7fb4db45d41ccbee3ea65b8421c2c364dc7d8629

commit 7fb4db45d41ccbee3ea65b8421c2c364dc7d8629
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:09 +0000

    x11-wm/lxqt-panel: 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-wm/lxqt-panel/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-wm/lxqt-panel/Makefile b/x11-wm/lxqt-panel/Makefile
index 5bb381bdec08..6b5df1c6e8dc 100644
--- a/x11-wm/lxqt-panel/Makefile
+++ b/x11-wm/lxqt-panel/Makefile
@@ -18,7 +18,8 @@ LIB_DEPENDS=	libdbusmenu-qt5.so:devel/libdbusmenu-qt@qt5 \
 RUN_DEPENDS=	lxmenu-data>=0.1.2:x11/lxmenu-data
 
 USES=	cmake compiler:c++14-lang gettext-runtime kde:5 qt:5 gnome \
-	localbase:ldflags lxqt pkgconfig tar:xz xorg
+	localbase:ldflags lxqt perl5 pkgconfig tar:xz xorg
+USE_PERL5=	build
 USE_QT=	buildtools:build qmake:build core dbus gui svg widgets \
 	x11extras xml concurrent
 USE_KDE=	windowsystem



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