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:
parent
17fb907efa
commit
8e00a28fcb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81153
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user