aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-02-15 12:21:38 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-02-15 12:21:38 +0000
commit34b8ac7f22c8a96271b489fca6e66893ff1a8989 (patch)
tree044431bc326cd9b2dbef8f0f0c87e35dc88caa11 /editors
parent7b8505c2499af9e97d798e97ed7857b9b2cb9ff7 (diff)
downloadports-34b8ac7f22c8a96271b489fca6e66893ff1a8989.tar.gz
ports-34b8ac7f22c8a96271b489fca6e66893ff1a8989.zip
Don't force pythoninterp if we build for GTK -- only do that if we build
for offical packages.
Notes
Notes: svn path=/head/; revision=38370
Diffstat (limited to 'editors')
-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