diff options
Diffstat (limited to 'devel/ccons/Makefile')
-rw-r--r-- | devel/ccons/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ccons/Makefile b/devel/ccons/Makefile index a9533f86c75b..8f7808a4d148 100644 --- a/devel/ccons/Makefile +++ b/devel/ccons/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/llvm-config:${PORTSDIR}/devel/llvm \ LIB_DEPENDS= ncurses:${PORTSDIR}/devel/ncurses ONLY_FOR_ARCHS= i386 amd64 -USE_CMAKE= yes +USES= cmake CMAKE_ARGS+= -DLLVM_CONFIG_EXECUTABLE:FILEPATH=${LOCALBASE}/bin/llvm-config CXX= ${LOCALBASE}/bin/clang++ |