Date: Sun, 23 Feb 2020 00:56:12 +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: r526867 - head/sysutils/triton Message-ID: <202002230056.01N0uCmd086870@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002230056.01N0uCmd086870>