svn commit: r490089 - head/science/py-rmf

Mark Linimon linimon at FreeBSD.org
Sat Jan 12 23:32:11 UTC 2019


Author: linimon
Date: Sat Jan 12 23:32:09 2019
New Revision: 490089
URL: https://svnweb.freebsd.org/changeset/ports/490089

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

Modified:
  head/science/py-rmf/Makefile

Modified: head/science/py-rmf/Makefile
==============================================================================
--- head/science/py-rmf/Makefile	Sat Jan 12 23:26:07 2019	(r490088)
+++ head/science/py-rmf/Makefile	Sat Jan 12 23:32:09 2019	(r490089)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	swig3.0:devel/swig30
 LIB_DEPENDS=	libRMF.so:science/rmf
 
-USES=		cmake python shebangfix
+USES=		cmake compiler:c++11-lang python shebangfix
 USE_GITHUB=	yes
 GH_ACCOUNT=	salilab
 GH_TAGNAME=	f917cf2


More information about the svn-ports-head mailing list