diff options
-rw-r--r-- | editors/codelite/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/codelite/Makefile b/editors/codelite/Makefile index 978c2b89e3aa..013ac97fc2b9 100644 --- a/editors/codelite/Makefile +++ b/editors/codelite/Makefile @@ -48,8 +48,13 @@ CLANG_DESC= Clang code-completion .for v in 34 35 36 37 38 39 OPTIONS_RADIO_CLANG+= CLANG$v CLANG$v_DESC= Clang ${v:C/(.)(.)/\1.\2.x/} +.if $v == 39 +CLANG$v_BUILD_DEPENDS= llvm$v>0:devel/llvm$v +CLANG$v_RUN_DEPENDS= llvm$v>0:devel/llvm$v +.else CLANG$v_BUILD_DEPENDS= clang$v>0:lang/clang$v CLANG$v_RUN_DEPENDS= clang$v>0:lang/clang$v +.endif post-patch-CLANG$v-on: @${REINPLACE_CMD} -e \ |