svn commit: r458027 - head/x11-toolkits/pure-tk
Pietro Cerutti
gahr at FreeBSD.org
Thu Jan 4 12:58:51 UTC 2018
Author: gahr
Date: Thu Jan 4 12:58:50 2018
New Revision: 458027
URL: https://svnweb.freebsd.org/changeset/ports/458027
Log:
x11-toolkits/pure-tk: adjust for new Tk pkg-config file
Modified:
head/x11-toolkits/pure-tk/Makefile
Modified: head/x11-toolkits/pure-tk/Makefile
==============================================================================
--- head/x11-toolkits/pure-tk/Makefile Thu Jan 4 12:48:03 2018 (r458026)
+++ head/x11-toolkits/pure-tk/Makefile Thu Jan 4 12:58:50 2018 (r458027)
@@ -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
More information about the svn-ports-all
mailing list