summaryrefslogtreecommitdiff
path: root/editors/vim
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-04-29 02:39:24 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-04-29 02:39:24 +0000
commit416726ef9dabfb39c4005a7d5919550f414fb45b (patch)
tree60c3ef05c84d10c837c4c066a43e1f3acdd86363 /editors/vim
parentChange MASTER_SITE (diff)
Don't build with Python support until I can make it work with Python 1.5.2.
Notes
Notes: svn path=/head/; revision=18179
Diffstat (limited to 'editors/vim')
-rw-r--r--editors/vim/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index d9c54291db37..84fc1cb651d9 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -4,7 +4,7 @@
# Date created: Sat June 29, 1996
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
#
-# $Id: Makefile,v 1.36 1999/04/08 19:05:48 billf Exp $
+# $Id: Makefile,v 1.37 1999/04/22 00:16:55 scrappy Exp $
#
DISTNAME= vim-5.3
@@ -22,10 +22,8 @@ MAINTAINER= obrien@FreeBSD.org
Y2K= http://www.vim.org/y2k.html
.if defined(PACKAGE_BUILDING)
-BUILD_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80 \
- python:${PORTSDIR}/lang/python
+BUILD_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80
LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80
-RUN_DEPENDS= python:${PORTSDIR}/lang/python
USE_PERL5= yes
.endif
@@ -46,7 +44,7 @@ MAKE_FLAGS:= CONF_OPT_GUI="--enable-gui=athena" ${MAKE_FLAGS}
.endif
.if defined(PACKAGE_BUILDING)
-MAKE_FLAGS:= CONF_OPT_PERL="--enable-perlinterp --enable-pythoninterp --enable-tclinterp" ${MAKE_FLAGS}
+MAKE_FLAGS:= CONF_OPT_PERL="--enable-perlinterp --enable-tclinterp" ${MAKE_FLAGS}
.endif
pre-build: