summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-07-20 10:55:05 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-07-20 10:55:05 +0000
commit6ab1ef4241a8caf35009cf55e0c3b2ea4ee764a3 (patch)
tree6fb6d2bb179787fd1a0718b6fd1aa63bc6d2518f /editors
parentAdd libglade depends. (diff)
Prevent attempting to build with Python support if Python just happens to
be present. Since our Python port is built with threads support, Vim will also need to be built with -pthreads but there is a build problem with -pthreads set.
Notes
Notes: svn path=/head/; revision=30919
Diffstat (limited to 'editors')
-rw-r--r--editors/vim5/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vim5/Makefile b/editors/vim5/Makefile
index 95a125196caa..c72f0a0ea9f3 100644
--- a/editors/vim5/Makefile
+++ b/editors/vim5/Makefile
@@ -38,7 +38,7 @@ USE_PERL5= yes
DIST_SUBDIR= vim
WRKSRC= ${WRKDIR}/${DISTNAME}/src
PATCH_DIST_ARGS= -d ${WRKDIR}/${DISTNAME} --forward --quiet -E ${PATCH_DIST_STRIP}
-MAKE_FLAGS= CONF_ARGS="--prefix=${PREFIX} --with-tlib=termlib" -f
+MAKE_FLAGS= CONF_ARGS="--prefix=${PREFIX} --with-tlib=termlib --disable-pythoninterp" -f
ALL_TARGET= #
PLIST_SUB= VIM_VER=${DISTNAME:S/-//:S/.//}
MAN1= vim.1 vimtutor.1 xxd.1 ectags.1