diff options
author | obrien <obrien@FreeBSD.org> | 1999-04-29 02:39:24 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-04-29 02:39:24 +0000 |
commit | 42a91eb23d642096c643cee5c3564dc4d1d9e1b2 (patch) | |
tree | 556001f1fda7a227012a47eb2be6a2a95f3f476f /editors/vim6 | |
parent | b2008aa282d70eb8aa86b5d01e537e6eb07fde86 (diff) | |
download | FreeBSD-ports-42a91eb23d642096c643cee5c3564dc4d1d9e1b2.zip FreeBSD-ports-42a91eb23d642096c643cee5c3564dc4d1d9e1b2.tar.gz |
Don't build with Python support until I can make it work with Python 1.5.2.
Diffstat (limited to 'editors/vim6')
-rw-r--r-- | editors/vim6/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/editors/vim6/Makefile b/editors/vim6/Makefile index d9c5429..84fc1cb6 100644 --- a/editors/vim6/Makefile +++ b/editors/vim6/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: |