svn commit: r482134 - head/audio/qsynth

Tobias Kortkamp tobik at FreeBSD.org
Mon Oct 15 06:22:45 UTC 2018


Author: tobik
Date: Mon Oct 15 06:22:44 2018
New Revision: 482134
URL: https://svnweb.freebsd.org/changeset/ports/482134

Log:
  audio/qsynth needs a compiler with C++11 support

Modified:
  head/audio/qsynth/Makefile

Modified: head/audio/qsynth/Makefile
==============================================================================
--- head/audio/qsynth/Makefile	Mon Oct 15 06:12:03 2018	(r482133)
+++ head/audio/qsynth/Makefile	Mon Oct 15 06:22:44 2018	(r482134)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libfluidsynth.so:audio/fluidsynth
 
-USES=		gmake pkgconfig qt:5
+USES=		compiler:c++11-lang gmake pkgconfig qt:5
 USE_CXXSTD=	c++11
 USE_QT=		core gui widgets x11extras buildtools_build linguisttools_build qmake_build
 USE_GL=		gl


More information about the svn-ports-all mailing list