svn commit: r489069 - head/graphics/py-python-poppler-qt5

Mark Linimon linimon at FreeBSD.org
Wed Jan 2 09:20:03 UTC 2019


Author: linimon
Date: Wed Jan  2 09:20:02 2019
New Revision: 489069
URL: https://svnweb.freebsd.org/changeset/ports/489069

Log:
  This port needs USES=compiler:c++11-lang to build on GCC-based architectures.
  
  PR:		234511
  Submitted by:	Piotr Kubaj
  Approved by:	maintainer

Modified:
  head/graphics/py-python-poppler-qt5/Makefile

Modified: head/graphics/py-python-poppler-qt5/Makefile
==============================================================================
--- head/graphics/py-python-poppler-qt5/Makefile	Wed Jan  2 09:16:19 2019	(r489068)
+++ head/graphics/py-python-poppler-qt5/Makefile	Wed Jan  2 09:20:02 2019	(r489069)
@@ -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


More information about the svn-ports-all mailing list