x11-toolkits/pure-tk: adjust for new Tk pkg-config file

This commit is contained in:
Pietro Cerutti 2018-01-04 12:58:50 +00:00
parent 9d1cb4d896
commit 8aecb9e675
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458027

View file

@ -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