svn commit: r535503 - head/audio/jacktrip

Yuri Victorovich yuri at FreeBSD.org
Sat May 16 21:49:35 UTC 2020


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
 


More information about the svn-ports-head mailing list