svn commit: r534847 - head/science/pulseview

Boris Samorodov bsam at FreeBSD.org
Sun May 10 12:13:53 UTC 2020


Author: bsam
Date: Sun May 10 12:13:52 2020
New Revision: 534847
URL: https://svnweb.freebsd.org/changeset/ports/534847

Log:
  science/pulseview: Use buildtools, linguisttools as build dependencies.
  
  Reported by:	danfe

Modified:
  head/science/pulseview/Makefile

Modified: head/science/pulseview/Makefile
==============================================================================
--- head/science/pulseview/Makefile	Sun May 10 11:51:32 2020	(r534846)
+++ head/science/pulseview/Makefile	Sun May 10 12:13:52 2020	(r534847)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pulseview
 PORTVERSION=	0.4.2
+PORTREVISION=	1
 CATEGORIES=	science cad
 MASTER_SITES=	http://sigrok.org/download/source/pulseview/
 
@@ -18,7 +19,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 linguisttools qmake_build svg widgets
+USE_QT=		buildtools_build core gui linguisttools_build qmake_build svg widgets
 
 CMAKE_ARGS+=	-DCMAKE_INSTALL_MANDIR:PATH=${MANPREFIX}/man \
 		-DDISABLE_WERROR:BOOL=TRUE


More information about the svn-ports-all mailing list