aboutsummaryrefslogtreecommitdiff
path: root/audio/qmidictl
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2019-04-10 04:11:39 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2019-04-10 04:11:39 +0000
commite816cc32be8ad2909fa95a570421da0f1f983544 (patch)
tree73612c58b2df27b9ca7d36fb8a06d0d6367ffc88 /audio/qmidictl
parent7693a9f02e5b34bac0279f74e224a41de6cf0164 (diff)
downloadports-e816cc32be8ad2909fa95a570421da0f1f983544.tar.gz
ports-e816cc32be8ad2909fa95a570421da0f1f983544.zip
audio/qmidictl: fix build with GCC-based architectures
PR: 237140 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Notes
Notes: svn path=/head/; revision=498525
Diffstat (limited to 'audio/qmidictl')
-rw-r--r--audio/qmidictl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/qmidictl/Makefile b/audio/qmidictl/Makefile
index 1457cef760a4..504ae54ff2d4 100644
--- a/audio/qmidictl/Makefile
+++ b/audio/qmidictl/Makefile
@@ -11,7 +11,7 @@ COMMENT= MIDI remote control application sending MIDI over UDP/IP multicast
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= gl gmake localbase pkgconfig qt:5
+USES= compiler:c++11-lang gl gmake localbase pkgconfig qt:5
GNU_CONFIGURE= yes
USE_QT= core gui widgets qmake_build buildtools_build
USE_GL= gl