aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authormmokhi <mmokhi@FreeBSD.org>2018-08-17 00:31:09 +0800
committermmokhi <mmokhi@FreeBSD.org>2018-08-17 00:31:09 +0800
commit98b4b6d573a0502cb275d070341c8703d32cfdb9 (patch)
tree865cd4686faf45b8e33218e390c514a7b23beef2 /editors
parent0a486456bf5affba4c10682a36f500f073e790ed (diff)
downloadfreebsd-ports-gnome-98b4b6d573a0502cb275d070341c8703d32cfdb9.tar.gz
freebsd-ports-gnome-98b4b6d573a0502cb275d070341c8703d32cfdb9.tar.zst
freebsd-ports-gnome-98b4b6d573a0502cb275d070341c8703d32cfdb9.zip
editors/codelite: Remove support for obsolete clang versions
PR: 229072 Submitted by: brooks Reported by: w.schwarzenfeld@utanet.at Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'editors')
-rw-r--r--editors/codelite/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/editors/codelite/Makefile b/editors/codelite/Makefile
index 077037eb6255..aad4b52e1bee 100644
--- a/editors/codelite/Makefile
+++ b/editors/codelite/Makefile
@@ -45,16 +45,11 @@ SFTP_USES= localbase
CLANG_DESC= Clang code-completion
-.for v in 34 35 36 37 38 39 40 50 60
+.for v in 40 50 60
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 \