mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
- ensure tcl is not picked up when deselected
Submitted by: Super Bisquit
This commit is contained in:
parent
f433c38000
commit
1ba271e3b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315524
@ -125,10 +125,12 @@ PLIST_SUB+= WITH_TK="@comment "
|
||||
CPPFLAGS+= -I${TCL_INCLUDEDIR}
|
||||
USE_TCL_BUILD= 84+
|
||||
.include "${PORTSDIR}/Mk/bsd.tcl.mk"
|
||||
CONFIGURE_ARGS+= --with-tclsh=${TCLSH}
|
||||
CONFIGURE_ARGS+= --with-tclsh=${TCLSH} --enable-tcl=yes
|
||||
CONFIGURE_ENV+= TCLCONFIG="${TCL_LIBDIR}/tclConfig.sh"
|
||||
MAN3+= gdtclft.3tcl tcldot.3tcl
|
||||
PLIST_SUB+= TCL_VER="${TCL_VER}"
|
||||
.else
|
||||
CONFIGURE_ARGS+= --enable-tcl=no
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MICONV}
|
||||
|
Loading…
Reference in New Issue
Block a user