Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 May 2020 21:49:34 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535503 - head/audio/jacktrip
Message-ID:  <202005162149.04GLnYN5027591@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat May 16 21:49:34 2020
New Revision: 535503
URL: https://svnweb.freebsd.org/changeset/ports/535503

Log:
  audio/jacktrip: Add USES=compiler:c++11-lang

Modified:
  head/audio/jacktrip/Makefile

Modified: head/audio/jacktrip/Makefile
==============================================================================
--- head/audio/jacktrip/Makefile	Sat May 16 21:28:35 2020	(r535502)
+++ head/audio/jacktrip/Makefile	Sat May 16 21:49:34 2020	(r535503)
@@ -13,7 +13,7 @@ LICENSE=	MIT
 
 LIB_DEPENDS=	libjack.so:audio/jack
 
-USES=		qt:5 qmake
+USES=		compiler:c++11-lang qmake qt:5
 USE_GITHUB=	yes
 USE_QT=		core network buildtools_build
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005162149.04GLnYN5027591>