Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Dec 2020 23:13:25 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557869 - head/devel/tlx
Message-ID:  <202012122313.0BCNDP5T053636@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Dec 12 23:13:25 2020
New Revision: 557869
URL: https://svnweb.freebsd.org/changeset/ports/557869

Log:
  devel/tlx: Add USES=compiler:c++17-lang

Modified:
  head/devel/tlx/Makefile

Modified: head/devel/tlx/Makefile
==============================================================================
--- head/devel/tlx/Makefile	Sat Dec 12 23:11:37 2020	(r557868)
+++ head/devel/tlx/Makefile	Sat Dec 12 23:13:25 2020	(r557869)
@@ -11,7 +11,7 @@ COMMENT=	Collection of C++ data structures, algorithms
 LICENSE=	BSL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		cmake
+USES=		cmake compiler:c++17-lang
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012122313.0BCNDP5T053636>