summaryrefslogtreecommitdiff
path: root/editors/vim/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-11-18 02:29:43 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-11-18 02:29:43 +0000
commit96b8ea1bd9fbc0b5cf367c67ca04602d26042bb2 (patch)
treea304214369a55c3e8cc6992edca5c59880930417 /editors/vim/Makefile
parentUpgrade QMake to Qt-3.2.3. For the record, the patches to make (diff)
Use Tcl/Tk 8.4 rather than 8.3.
Submitted by: Thierry Thomas <thierry@pompo.net>
Notes
Notes: svn path=/head/; revision=94220
Diffstat (limited to 'editors/vim/Makefile')
-rw-r--r--editors/vim/Makefile6
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