aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-04-18 12:54:57 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-04-18 12:54:57 +0000
commit077df7502b0a47ecb16bd89a724591a51c6c1248 (patch)
tree22a94555575870fe30e61347cdbe458bf38f13f7
parent6fa3ba617bd503404442f476718ac9f18be5fb93 (diff)
downloadports-077df7502b0a47ecb16bd89a724591a51c6c1248.tar.gz
ports-077df7502b0a47ecb16bd89a724591a51c6c1248.zip
Notes
-rw-r--r--lang/solidity/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/solidity/Makefile b/lang/solidity/Makefile
index bac400b101ee..a82f0e532e16 100644
--- a/lang/solidity/Makefile
+++ b/lang/solidity/Makefile
@@ -19,7 +19,7 @@ OPTIONS_DEFINE= SMT
SMT_DESC= SMT Checker
SMT_LIB_DEPENDS=libz3.so:math/z3
-USES= cmake
+USES= cmake compiler:c++14-lang
CMAKE_ARGS+= -DUSE_LD_GOLD=OFF -DTESTS=OFF \
-DJSONCPP_INCLUDE_DIR:STRING="${LOCALBASE}/include/jsoncpp" \