svn commit: r526867 - head/sysutils/triton

Yuri Victorovich yuri at FreeBSD.org
Sun Feb 23 00:56:12 UTC 2020


Author: yuri
Date: Sun Feb 23 00:56:11 2020
New Revision: 526867
URL: https://svnweb.freebsd.org/changeset/ports/526867

Log:
  sysutils/triton: Add USES=compiler:c++11-lang

Modified:
  head/sysutils/triton/Makefile

Modified: head/sysutils/triton/Makefile
==============================================================================
--- head/sysutils/triton/Makefile	Sun Feb 23 00:54:32 2020	(r526866)
+++ head/sysutils/triton/Makefile	Sun Feb 23 00:56:11 2020	(r526867)
@@ -15,7 +15,7 @@ BUILD_DEPENDS=	boost-libs>0:devel/boost-libs
 LIB_DEPENDS=	libcapstone.so:devel/capstone4 \
 		libz3.so:math/z3
 
-USES=		cmake python:build shebangfix
+USES=		cmake compiler:c++11-lang python:build shebangfix
 SHEBANG_FILES=	src/scripts/extract_syscall.py
 USE_GITHUB=	yes
 GH_ACCOUNT=	JonathanSalwan


More information about the svn-ports-head mailing list