svn commit: r487834 - head/math/4ti2

Yuri Victorovich yuri at FreeBSD.org
Thu Dec 20 02:50:22 UTC 2018


Author: yuri
Date: Thu Dec 20 02:50:21 2018
New Revision: 487834
URL: https://svnweb.freebsd.org/changeset/ports/487834

Log:
  math/4ti2: add USES=compiler:c++11-lang
  
  PR:		234184
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/math/4ti2/Makefile

Modified: head/math/4ti2/Makefile
==============================================================================
--- head/math/4ti2/Makefile	Thu Dec 20 02:48:08 2018	(r487833)
+++ head/math/4ti2/Makefile	Thu Dec 20 02:50:21 2018	(r487834)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libglpk.so:math/glpk \
 		libgmp.so:math/gmp
 
-USES=		autoreconf gmake libtool
+USES=		autoreconf compiler:c++11-lang gmake libtool
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-static --enable-shared --with-glpk=${LOCALBASE} --with-gmp=${LOCALBASE}
 USE_GITHUB=	yes


More information about the svn-ports-all mailing list