diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2003-11-18 02:29:43 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-11-18 02:29:43 +0000 |
commit | 96b8ea1bd9fbc0b5cf367c67ca04602d26042bb2 (patch) | |
tree | a304214369a55c3e8cc6992edca5c59880930417 /editors | |
parent | 2a15395572868f89899b776c6d75f023a8404137 (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 89b15645d496..46e2d6416c0b 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -80,8 +80,8 @@ MAKE_ARGS+= CONF_OPT_PERL="--enable-perlinterp" .endif .if defined(WITH_TCL) -BUILD_DEPENDS= tclsh8.3:${PORTSDIR}/lang/tcl83 -LIB_DEPENDS= tcl83.1:${PORTSDIR}/lang/tcl83 +BUILD_DEPENDS= tclsh8.4:${PORTSDIR}/lang/tcl84 +LIB_DEPENDS= tcl84.1:${PORTSDIR}/lang/tcl84 MAKE_ARGS+= CONF_OPT_TCL="--enable-tclinterp" .endif @@ -136,7 +136,7 @@ LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv pre-configure: @(cd ${WRKSRC}; ${MAKE} distclean) - @${REINPLACE_CMD} -e 's|8\.2|8.3|; \ + @${REINPLACE_CMD} -e 's|8\.2|8.4|; \ s|\$$gtk_config_prefix/bin/gtk-config|\$${GTK_CONFIG}|; \ s|\$$gtk_config_exec_prefix/bin/gtk-config|\$${GTK_CONFIG}|' \ ${WRKSRC}/auto/configure |