From 8c5bf59afc04f45bd39e87ce12d11fae38d37b11 Mon Sep 17 00:00:00 2001 From: obrien Date: Thu, 15 Feb 2001 12:21:38 +0000 Subject: Don't force pythoninterp if we build for GTK -- only do that if we build for offical packages. --- editors/vim/Makefile | 1 - editors/vim6/Makefile | 1 - 2 files changed, 2 deletions(-) (limited to 'editors') 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 -- cgit