svn commit: r529763 - head/math/flint2

Thierry Thomas thierry at FreeBSD.org
Sat Mar 28 21:40:52 UTC 2020


Author: thierry
Date: Sat Mar 28 21:05:11 2020
New Revision: 529763
URL: https://svnweb.freebsd.org/changeset/ports/529763

Log:
  C++11 language features are needed.
  
  PR:		245112
  Submitted by:	canardo909 (at) gmx.com

Modified:
  head/math/flint2/Makefile

Modified: head/math/flint2/Makefile
==============================================================================
--- head/math/flint2/Makefile	Sat Mar 28 20:53:01 2020	(r529762)
+++ head/math/flint2/Makefile	Sat Mar 28 21:05:11 2020	(r529763)
@@ -18,7 +18,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libgmp.so:math/gmp \
 		libmpfr.so:math/mpfr
 
-USES=		gmake
+USES=		compiler:c++11-lang gmake
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-static
 USE_GITHUB=	yes


More information about the svn-ports-all mailing list