mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to use tcl 8.4.
This commit is contained in:
parent
66f45f2e29
commit
d723f96495
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146722
1 changed files with 7 additions and 2 deletions
|
@ -22,8 +22,7 @@ MAINTAINER?= obrien@FreeBSD.org
|
|||
COMMENT= Vi "workalike", with many additional features
|
||||
|
||||
.if defined(PACKAGE_BUILDING) && !defined(LITE)
|
||||
BUILD_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80
|
||||
LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80
|
||||
WITH_TCL= yes
|
||||
#USE_PERL5= yes
|
||||
.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"
|
||||
.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>
|
||||
|
||||
pre-build:
|
||||
|
|
Loading…
Add table
Reference in a new issue