svn commit: r488223 - head/x11-fonts/py-compreffor

Mark Linimon linimon at FreeBSD.org
Sun Dec 23 16:59:06 UTC 2018


Author: linimon
Date: Sun Dec 23 16:59:05 2018
New Revision: 488223
URL: https://svnweb.freebsd.org/changeset/ports/488223

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

Modified:
  head/x11-fonts/py-compreffor/Makefile

Modified: head/x11-fonts/py-compreffor/Makefile
==============================================================================
--- head/x11-fonts/py-compreffor/Makefile	Sun Dec 23 16:54:24 2018	(r488222)
+++ head/x11-fonts/py-compreffor/Makefile	Sun Dec 23 16:59:05 2018	(r488223)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}fonttools>=3.1:print/py-fonttools@${PY_FLAVOR}
 
-USES=		python zip
+USES=		compiler:c++11-lang python zip
 USE_PYTHON=	autoplist concurrent distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list