1
0
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:
Dirk Meyer 2013-03-29 07:53:21 +00:00
parent f433c38000
commit 1ba271e3b7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315524

View File

@ -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}