summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/vim/Makefile1
-rw-r--r--editors/vim6/Makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index f3949e538d6a..18634c2bf2f2 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -56,7 +56,6 @@ MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=athena" ${I18N}
#MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=yes" ${I18N}
.elif defined(WITH_GTK)
MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=gtk --with-gtk-prefix=${X11BASE}" ${I18N}
-MAKE_ARGS+= CONF_OPT_PERL="--enable-pythoninterp"
MAKE_ARGS+= X_LIBS="$(X_LIBS) -lXt"
.else
USE_MOTIF= yes
diff --git a/editors/vim6/Makefile b/editors/vim6/Makefile
index f3949e538d6a..18634c2bf2f2 100644
--- a/editors/vim6/Makefile
+++ b/editors/vim6/Makefile
@@ -56,7 +56,6 @@ MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=athena" ${I18N}
#MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=yes" ${I18N}
.elif defined(WITH_GTK)
MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=gtk --with-gtk-prefix=${X11BASE}" ${I18N}
-MAKE_ARGS+= CONF_OPT_PERL="--enable-pythoninterp"
MAKE_ARGS+= X_LIBS="$(X_LIBS) -lXt"
.else
USE_MOTIF= yes