Mk/Uses/tcl.mk: Fix typo

[00:00:01] Gathering ports metadata
[00:00:11] Warning: (graphics/py-pillow): make: "/usr/ports/Mk/Uses/tcl.mk" line 168: Unknown modifier "s/9/9./"
[00:00:11] Warning: (graphics/py-pillow): make: "/usr/ports/Mk/Uses/tcl.mk" line 168: Undefined variable "${_TCLTK_WANTED_VERSION:S/8/8./:s/9/9./}"
[00:00:11] Warning: (graphics/py-pillow): make: Fatal errors encountered -- cannot continue
[00:00:11] Warning: (graphics/py-pillow): Error: Error looking up dependencies for graphics/py-pillow
[00:00:12] Error: /usr/local/share/poudriere/bulk.sh:gather_port_vars:183:Fatal errors encountered gathering ports metadata

Approved by:	portmgr (blanket)
This commit is contained in:
Po-Chuan Hsieh 2024-09-30 20:39:58 +08:00
parent 42ee955d88
commit 769eb6c549
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -165,7 +165,7 @@ TCL_LIBDIR:= ${LOCALBASE}/lib/tcl${TCL_VER}
TCL_INCLUDEDIR:=${LOCALBASE}/include/tcl${TCL_VER}
. if ${_TCLTK_PORT} == "tk"
TK_VER:= ${_TCLTK_WANTED_VERSION:S/8/8./:s/9/9./}
TK_VER:= ${_TCLTK_WANTED_VERSION:S/8/8./:S/9/9./}
TK_SHLIB_VER:= ${_TCLTK_WANTED_VERSION}
WISH:= ${LOCALBASE}/bin/wish${TCL_VER}
TK_LIBDIR:= ${LOCALBASE}/lib/tk${TK_VER}