Date: Sun, 28 Oct 2018 08:56:25 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483244 - head/net-im/qxmpp Message-ID: <201810280856.w9S8uP0g015143@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sun Oct 28 08:56:24 2018 New Revision: 483244 URL: https://svnweb.freebsd.org/changeset/ports/483244 Log: Fix build for -qt5 port on GCC-based architectures. PR: 232094 Submitted by: Piotr Kubaj Modified: head/net-im/qxmpp/Makefile Modified: head/net-im/qxmpp/Makefile ============================================================================== --- head/net-im/qxmpp/Makefile Sun Oct 28 08:54:37 2018 (r483243) +++ head/net-im/qxmpp/Makefile Sun Oct 28 08:56:24 2018 (r483244) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810280856.w9S8uP0g015143>