diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-10-15 06:22:44 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-10-15 06:22:44 +0000 |
commit | 5bd3db5329d0a01ba00d7ea52dc5c0d930ab137a (patch) | |
tree | f87f2c25841dee289bd2e03a60076a31814bf885 /audio/qsynth/Makefile | |
parent | 40a86cc349c2b104610135cff128bbe2197c5a41 (diff) | |
download | ports-5bd3db5329d0a01ba00d7ea52dc5c0d930ab137a.tar.gz ports-5bd3db5329d0a01ba00d7ea52dc5c0d930ab137a.zip |
Notes
Diffstat (limited to 'audio/qsynth/Makefile')
-rw-r--r-- | audio/qsynth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/qsynth/Makefile b/audio/qsynth/Makefile index ec4dad7f714d..09e24e7588c7 100644 --- a/audio/qsynth/Makefile +++ b/audio/qsynth/Makefile @@ -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 |