1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Fix build for -qt5 port on GCC-based architectures.

PR:		232094
Submitted by:	Piotr Kubaj
This commit is contained in:
Mark Linimon 2018-10-28 08:56:24 +00:00
parent 58d8f0e905
commit 9a95ecbf1b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=483244

View File

@ -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