summaryrefslogtreecommitdiff
path: root/net-im/qxmpp
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-10-28 08:56:24 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-10-28 08:56:24 +0000
commit9a95ecbf1b9ff0b4759cc82b1c9dec41459dd1cd (patch)
tree66121d14c15a2217a7f625933029f4ebea7bd810 /net-im/qxmpp
parentfix build with GCC-based architectures (diff)
Fix build for -qt5 port on GCC-based architectures.
PR: 232094 Submitted by: Piotr Kubaj
Notes
Notes: svn path=/head/; revision=483244
Diffstat (limited to 'net-im/qxmpp')
-rw-r--r--net-im/qxmpp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/qxmpp/Makefile b/net-im/qxmpp/Makefile
index de2d18bcd3ed..f6916acf3e4b 100644
--- a/net-im/qxmpp/Makefile
+++ b/net-im/qxmpp/Makefile
@@ -16,7 +16,7 @@ CONFLICTS?= ${PORTNAME}-qt5-[0-9]*
USES= qmake pathfix pkgconfig libtool
.if defined(QXMPP_SLAVE)
-USES+= qt:5
+USES+= compiler:c++11-lang qt:5
USE_QT= core gui network xml buildtools_build
PLIST_SUB= QDNS="@comment "
.else