Date: Wed, 2 Jan 2019 09:25:04 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r489070 - branches/2019Q1/graphics/py-python-poppler-qt5 Message-ID: <201901020925.x029P44N063238@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Wed Jan 2 09:25:04 2019 New Revision: 489070 URL: https://svnweb.freebsd.org/changeset/ports/489070 Log: MFH: r489069 This port needs USES=compiler:c++11-lang to build on GCC-based architectures. PR: 234511 Submitted by: Piotr Kubaj Approved by: maintainer Approved by: portmgr (tier-2 blanket) Modified: branches/2019Q1/graphics/py-python-poppler-qt5/Makefile Directory Properties: branches/2019Q1/ (props changed) Modified: branches/2019Q1/graphics/py-python-poppler-qt5/Makefile ============================================================================== --- branches/2019Q1/graphics/py-python-poppler-qt5/Makefile Wed Jan 2 09:20:02 2019 (r489069) +++ branches/2019Q1/graphics/py-python-poppler-qt5/Makefile Wed Jan 2 09:25:04 2019 (r489070) @@ -14,7 +14,7 @@ LICENSE_COMB= dual LIB_DEPENDS= libpoppler-qt5.so:graphics/poppler-qt5 -USES= pkgconfig pyqt:5 python:3.4+ qmake qt:5 +USES= compiler:c++11-lang pkgconfig pyqt:5 python:3.4+ qmake qt:5 USE_PYQT= gui xml sip_build USE_PYTHON= distutils autoplist USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901020925.x029P44N063238>