1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

A minor improvement to allow using another Tcl version. 8.3 remains the

default.
This commit is contained in:
Mikhail Teterin 2003-05-17 15:37:32 +00:00
parent 17fb907efa
commit 8e00a28fcb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81153

View File

@ -33,7 +33,7 @@ CONFIGURE_ARGS= --enable-shared \
--with-help=Help \
--with-tcl="${LOCALBASE}/lib/tcl${TCL_VER}" \
--with-tk="${LOCALBASE}/lib/tk${TCL_VER}"
PLIST_SUB= TCLX_LONG_VER=8.3 TCLX_SHORT_VER=83
PLIST_SUB= TCLX_LONG_VER=${TCL_VER} TCLX_SHORT_VER=${TCL_DVER}
.ifdef WITHOUT_X11
CONFIGURE_ARGS+=--enable-tk=NO