mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 15:21:51 -04:00
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:
parent
42ee955d88
commit
769eb6c549
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue