aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorjhale <jhale@FreeBSD.org>2018-11-02 14:21:54 +0800
committerjhale <jhale@FreeBSD.org>2018-11-02 14:21:54 +0800
commitc8f459b8b668f253abcf1ea15a925170d113858c (patch)
tree72f7d8422640ed494362d1bf2b527d8353af6821 /audio
parent2a38fe99b8449893dcd119ca319cdb9212b1e425 (diff)
downloadfreebsd-ports-gnome-c8f459b8b668f253abcf1ea15a925170d113858c.tar.gz
freebsd-ports-gnome-c8f459b8b668f253abcf1ea15a925170d113858c.tar.zst
freebsd-ports-gnome-c8f459b8b668f253abcf1ea15a925170d113858c.zip
audio/kid3-[kf5|qt5]: Fix build on powerpc64
PR: 232893 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Sponsored by: IntegiCloud
Diffstat (limited to 'audio')
-rw-r--r--audio/kid3-kde4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/kid3-kde4/Makefile b/audio/kid3-kde4/Makefile
index ee1fe9c9a334..25dd3cc7c09c 100644
--- a/audio/kid3-kde4/Makefile
+++ b/audio/kid3-kde4/Makefile
@@ -52,7 +52,7 @@ USE_QT+= corelib dbus gui network xml \
CMAKE_ON+= WITH_QT4
.else
# KF5 and Qt5
-USES+= qt:5
+USES+= compiler:c++11-lang qt:5
USE_QT+= core dbus gui multimedia network xml widgets \
buildtools_build linguisttools_build qmake_build
CMAKE_ON+= WITH_QT5