svn commit: r489070 - branches/2019Q1/graphics/py-python-poppler-qt5

Mark Linimon linimon at FreeBSD.org
Wed Jan 2 09:25:05 UTC 2019


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


More information about the svn-ports-all mailing list