science/pulseview: Fix build (Qt5LinguistTools not found)

Reported by:	pkg-fallout@FreeBSD.org
This commit is contained in:
Boris Samorodov 2020-05-01 19:58:28 +00:00
parent 6b964c7190
commit d81a01705e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=533586

View File

@ -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