git: e691d87693be - main - audio/pavucontrol-qt: unbreak after 020693c166d1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 12 Apr 2023 21:17:20 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=e691d87693be1fed1c25871a716b3ca7cd1389ef commit e691d87693be1fed1c25871a716b3ca7cd1389ef 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:10 +0000 audio/pavucontrol-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) --- audio/pavucontrol-qt/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/audio/pavucontrol-qt/Makefile b/audio/pavucontrol-qt/Makefile index 285abad8afb8..42076ec50fe4 100644 --- a/audio/pavucontrol-qt/Makefile +++ b/audio/pavucontrol-qt/Makefile @@ -12,7 +12,8 @@ LICENSE= GPLv2 LIB_DEPENDS= libpulse.so:audio/pulseaudio USES= cmake compiler:c++14-lang gettext-runtime localbase:ldflags qt:5 \ - lxqt pkgconfig tar:xz gnome + lxqt perl5 pkgconfig tar:xz gnome +USE_PERL5= build USE_QT= buildtools:build qmake:build core dbus gui linguisttools \ widgets USE_LXQT= buildtools