aboutsummaryrefslogtreecommitdiff
path: root/sysutils/triton
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-02-23 00:56:11 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-02-23 00:56:11 +0000
commit16d45c9b9798f5bd0fc0a21d0fbad0bbae01ee0e (patch)
tree6bfe4a8746f896235861c0dd0b2a1b18ae9b6dba /sysutils/triton
parentd1b5cf2206b0f15203768674244f2760a8732d43 (diff)
downloadports-16d45c9b9798f5bd0fc0a21d0fbad0bbae01ee0e.tar.gz
ports-16d45c9b9798f5bd0fc0a21d0fbad0bbae01ee0e.zip
sysutils/triton: Add USES=compiler:c++11-lang
Notes
Notes: svn path=/head/; revision=526867
Diffstat (limited to 'sysutils/triton')
-rw-r--r--sysutils/triton/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/triton/Makefile b/sysutils/triton/Makefile
index 9d15e0914f8e..02cef6c4af30 100644
--- a/sysutils/triton/Makefile
+++ b/sysutils/triton/Makefile
@@ -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