Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Apr 2023 09:59: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: 214ee21d8de4 - main - x11-wm/obconf-qt: unbreak after 020693c166d1
Message-ID:  <202304100959.33A9xH0Y000376@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=214ee21d8de4d690b94ce0d2ac4eeb1bbab7e15a

commit 214ee21d8de4d690b94ce0d2ac4eeb1bbab7e15a
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 20:08:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-10 09:58:59 +0000

    x11-wm/obconf-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)
---
 x11-wm/obconf-qt/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/x11-wm/obconf-qt/Makefile b/x11-wm/obconf-qt/Makefile
index 3345cc5e10f9..83bfc720d048 100644
--- a/x11-wm/obconf-qt/Makefile
+++ b/x11-wm/obconf-qt/Makefile
@@ -16,7 +16,9 @@ LIB_DEPENDS=	libobt.so:x11-wm/openbox \
 		libharfbuzz.so:print/harfbuzz
 
 USES=		cmake compiler:c++11-lang gettext-runtime localbase qt:5 \
-		gnome lxqt pkgconfig tar:xz xorg
+		gnome lxqt perl5 pkgconfig tar:xz xorg
+
+USE_PERL5=	build
 
 USE_QT=		buildtools:build qmake:build core gui linguisttools \
 		widgets x11extras



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