Date: Sat, 20 Oct 2018 16:00:37 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482579 - head/sysutils/qt5-qtplugininfo Message-ID: <201810201600.w9KG0bs2057961@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sat Oct 20 16:00:36 2018 New Revision: 482579 URL: https://svnweb.freebsd.org/changeset/ports/482579 Log: sysutils/qt5-qtplugininfo: fix build with GCC-based architectures PR: 232419 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Modified: head/sysutils/qt5-qtplugininfo/Makefile Modified: head/sysutils/qt5-qtplugininfo/Makefile ============================================================================== --- head/sysutils/qt5-qtplugininfo/Makefile Sat Oct 20 16:00:12 2018 (r482578) +++ head/sysutils/qt5-qtplugininfo/Makefile Sat Oct 20 16:00:36 2018 (r482579) @@ -8,7 +8,7 @@ PKGNAMEPREFIX= qt5- MAINTAINER= kde@FreeBSD.org COMMENT= Qt5 plugin metadata dumper -USES= qmake:outsource qt-dist:5,tools +USES= compiler:c++11-lang qmake:outsource qt-dist:5,tools USE_QT= core PLIST_FILES= ${QT_BINDIR}/qtplugininfo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810201600.w9KG0bs2057961>