x11/qterminal: unbreak after 020693c166
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)
This commit is contained in:
parent
87c13bc07d
commit
ec9eef3992
1 changed files with 2 additions and 1 deletions
|
@ -13,8 +13,9 @@ LIB_DEPENDS= libqtermwidget5.so:x11-toolkits/qtermwidget
|
|||
RUN_DEPENDS= liberation-fonts-ttf>=2.00:x11-fonts/liberation-fonts-ttf
|
||||
|
||||
USES= cmake compiler:c++11-lang gettext-runtime \
|
||||
localbase:ldflags lxqt pkgconfig qt:5 tar:xz xorg
|
||||
localbase:ldflags lxqt perl5 pkgconfig qt:5 tar:xz xorg
|
||||
CMAKE_OFF= BUILD_TESTS
|
||||
USE_PERL5= build
|
||||
USE_QT= buildtools:build core gui qmake:build dbus linguisttools \
|
||||
widgets x11extras
|
||||
USE_XORG= x11
|
||||
|
|
Loading…
Reference in a new issue