diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-02-20 09:05:35 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-02-20 09:05:35 +0000 |
commit | 60c62a9e3ca8e66417f8477c4f1a21f160cc4c5e (patch) | |
tree | fea9f3b245d30f4e1fa898068fe447be4388b893 /editors/vim | |
parent | Corrected the gtk version number at the request of Greg Lewis. (diff) |
Use Tcl 8.3 instead of 8.0.
Submitted by: Alan Eldridge <ports@geeksrus.net>
PR: 35134
Diffstat (limited to 'editors/vim')
-rw-r--r-- | editors/vim/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 745d228c5669..276c031b79f3 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -9,7 +9,7 @@ PORTNAME?= vim PATCHLEVEL= 223 PORTVERSION= 6.0.${PATCHLEVEL} -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= editors MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/unix/ \ ftp://ftp.nuxi.com/pub/vim/unix/ \ @@ -86,8 +86,8 @@ MAKE_ARGS+= CONF_OPT_PERL="--enable-perlinterp" .endif .if defined(WITH_TCL) -BUILD_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80 -LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 +BUILD_DEPENDS= tclsh8.3:${PORTSDIR}/lang/tcl83 +LIB_DEPENDS= tcl83.1:${PORTSDIR}/lang/tcl83 MAKE_ARGS+= CONF_OPT_TCL="--enable-tclinterp" .endif @@ -129,6 +129,7 @@ MAKE_ARGS+= CONF_OPT_PERL="--disable-perlinterp --disable-pythoninterp --disable pre-build: @(cd ${WRKSRC}; ${MAKE} distclean) + @${PERL} -pi -e 's,8\.2,8.3,' ${WRKSRC}/auto/configure post-install: [ -e ${PREFIX}/bin/gvim ] || (cd ${PREFIX}/bin ; ${LN} -sf vim gvim) |