svn commit: r557869 - head/devel/tlx

Yuri Victorovich yuri at FreeBSD.org
Sat Dec 12 23:13:25 UTC 2020


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
 


More information about the svn-ports-head mailing list