aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
Diffstat (limited to 'editors')
-rw-r--r--editors/vim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 7a5b7a68a28f..73329646b59e 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -69,7 +69,7 @@ WITHOUT_X11= yes
.if defined(WITH_CSCOPE)
RUN_DEPENDS+= cscope:${PORTSDIR}/devel/cscope
-CSCOPE_ARG= --enable-cscope
+MAKE_ARGS+= CONF_OPT_CSCOPE="--enable-cscope"
.endif
.if defined(WITH_PYTHON)