summaryrefslogtreecommitdiffstats
path: root/unix/tcl.pc.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2014-05-02 07:15:49 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2014-05-02 07:15:49 (GMT)
commite338d72a45468bad9139adc4d43a4167d4e244c6 (patch)
tree870a6a99179fa39483426248efdf8be62fc04f2e /unix/tcl.pc.in
parentb9c49065a55f1a7ddbda005962a9d0847045c274 (diff)
parentccc37a91935f90ede0be48b9a71b93f54267e608 (diff)
downloadtcl-e338d72a45468bad9139adc4d43a4167d4e244c6.zip
tcl-e338d72a45468bad9139adc4d43a4167d4e244c6.tar.gz
tcl-e338d72a45468bad9139adc4d43a4167d4e244c6.tar.bz2
merge novem
Diffstat (limited to 'unix/tcl.pc.in')
-rw-r--r--unix/tcl.pc.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/unix/tcl.pc.in b/unix/tcl.pc.in
index 8bf67cd..846cb11 100644
--- a/unix/tcl.pc.in
+++ b/unix/tcl.pc.in
@@ -8,8 +8,8 @@ includedir=@includedir@
Name: Tool Command Language
Description: Tcl is a powerful, easy-to-learn dynamic programming language, suitable for a wide range of uses.
URL: http://www.tcl.tk/
-Version: @TCL_VERSION@
-Requires:
-Conflicts:
-Libs: -L${libdir} @TCL_LIBS@
+Version: @TCL_VERSION@@TCL_PATCH_LEVEL@
+Requires.private: zlib >= 1.2.3
+Libs: -L${libdir} @TCL_LIB_FLAG@ @TCL_STUB_LIB_FLAG@
+Libs.private: @TCL_LIBS@
Cflags: -I${includedir}