summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/vim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 099ba838ce25..ed4462088fe7 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -84,7 +84,7 @@ USE_MOTIF= yes
MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=motif --with-motif-lib=\"${MOTIFLIB}\"" MOTIFHOME=${X11BASE} ${I18N}
.endif
.else # WITHOUT_X11
-MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=no --without-x ${I18N}"
+MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=no --without-x" ${I18N}
.endif # WITHOUT_X11
.if defined(PACKAGE_BUILDING)