svn commit: r533586 - head/science/pulseview

Alexey Dokuchaev danfe at freebsd.org
Tue May 5 13:05:24 UTC 2020


On Fri, May 01, 2020 at 07:58:28PM +0000, Boris Samorodov wrote:
> New Revision: 533586
> URL: https://svnweb.freebsd.org/changeset/ports/533586
> 
> Log:
>   science/pulseview: Fix build (Qt5LinguistTools not found)
>   
>   Reported by:	pkg-fallout at FreeBSD.org
> 
> Modified:
>   head/science/pulseview/Makefile
> 
> Modified: head/science/pulseview/Makefile
> ==============================================================================
> --- head/science/pulseview/Makefile	Fri May  1 19:46:12 2020	(r533585)
> +++ head/science/pulseview/Makefile	Fri May  1 19:58:28 2020	(r533586)
> @@ -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

Shouldn't it be spelled as ``buildtools_build''?

./danfe


More information about the svn-ports-all mailing list