From d81a01705e14ee4715417f06be7e241bfa8e09ed Mon Sep 17 00:00:00 2001 From: Boris Samorodov Date: Fri, 1 May 2020 19:58:28 +0000 Subject: [PATCH] science/pulseview: Fix build (Qt5LinguistTools not found) Reported by: pkg-fallout@FreeBSD.org --- science/pulseview/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/science/pulseview/Makefile b/science/pulseview/Makefile index 52c5afbcfc66..29fc416b68d7 100644 --- a/science/pulseview/Makefile +++ b/science/pulseview/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ USES= cmake compiler:c++14-lang desktop-file-utils gnome pkgconfig qt:5 USE_GNOME= glibmm glib20 libsigc++20 -USE_QT= buildtools core gui qmake_build svg widgets +USE_QT= buildtools core gui linguisttools qmake_build svg widgets CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR:PATH=${MANPREFIX}/man \ -DDISABLE_WERROR:BOOL=TRUE