x11-toolkits/pure-tk: adjust for new Tk pkg-config file
This commit is contained in:
parent
9d1cb4d896
commit
8aecb9e675
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458027
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES
|
|||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} \
|
||||
-e "s|pkg-config tcl|pkg-config tk|" \
|
||||
-e "s|pkg-config tcl|pkg-config tk${TK_SHLIB_VER}|" \
|
||||
-e "s|-ltcl\$$(tclvers)|-ltcl${TCL_SHLIB_VER}|" \
|
||||
-e "s|-ltk\$$(tclvers)|-ltk${TK_SHLIB_VER}|" \
|
||||
${WRKSRC}/Makefile
|
||||
|
|
Loading…
Reference in a new issue