Update to use tcl 8.4.

This commit is contained in:
David E. O'Brien 2005-10-30 07:13:12 +00:00
parent 66f45f2e29
commit d723f96495
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146722

View file

@ -22,8 +22,7 @@ MAINTAINER?= obrien@FreeBSD.org
COMMENT= Vi "workalike", with many additional features COMMENT= Vi "workalike", with many additional features
.if defined(PACKAGE_BUILDING) && !defined(LITE) .if defined(PACKAGE_BUILDING) && !defined(LITE)
BUILD_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80 WITH_TCL= yes
LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80
#USE_PERL5= yes #USE_PERL5= yes
.endif .endif
@ -71,6 +70,12 @@ MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=no --without-x --enable-multibyte"
MAKE_ARGS+= CONF_OPT_PERL="--disable-perlinterp --disable-pythoninterp --disable-tclinterp" MAKE_ARGS+= CONF_OPT_PERL="--disable-perlinterp --disable-pythoninterp --disable-tclinterp"
.endif # LITE .endif # LITE
.if defined(WITH_TCL)
BUILD_DEPENDS= tclsh8.4:${PORTSDIR}/lang/tcl84
LIB_DEPENDS= tcl84.1:${PORTSDIR}/lang/tcl84
MAKE_ARGS+= CONF_OPT_TCL="--enable-tclinterp --with-tclsh=${LOCALBASE}/bin/tclsh8.4"
.endif
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
pre-build: pre-build: