Date: Sat, 22 Dec 2018 01:48:14 +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: r488044 - head/devel/pyotherside-qt5 Message-ID: <201812220148.wBM1mEL7079606@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sat Dec 22 01:48:14 2018 New Revision: 488044 URL: https://svnweb.freebsd.org/changeset/ports/488044 Log: This port needs USES=compiler:c++11-lang to build on GCC-based architectures. While here, add USES=gl. PR: 234213 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/devel/pyotherside-qt5/Makefile Modified: head/devel/pyotherside-qt5/Makefile ============================================================================== --- head/devel/pyotherside-qt5/Makefile Sat Dec 22 01:44:15 2018 (r488043) +++ head/devel/pyotherside-qt5/Makefile Sat Dec 22 01:48:14 2018 (r488044) @@ -11,7 +11,7 @@ COMMENT= Asynchronous Python 3 Bindings for Qt 5 LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE -USES= gettext-runtime gl python:3.4+ qmake qt:5 +USES= compiler:c++11-lang gettext-runtime gl python:3.4+ qmake qt:5 USE_QT= core declarative gui network quickcontrols svg testlib \ widgets buildtools_build USE_GL= gl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812220148.wBM1mEL7079606>