diff options
author | P. J. McDermott <pjm@nac.net> | 2014-02-23 14:59:19 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-02-23 14:59:19 (EST) |
commit | ad9da2ab4cc726c97efedeead9145ade3f7c2418 (patch) | |
tree | f6c766a459ef1743371b08ddc552fb73b1fc1727 | |
parent | 97e4306a0f4c690e2f17cdcf1c8c1dc1642b5881 (diff) |
expect: Depend on libtclX.Y.
-rw-r--r-- | expect.pkg/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/expect.pkg/control b/expect.pkg/control index 51d06ca..5ff4733 100644 --- a/expect.pkg/control +++ b/expect.pkg/control @@ -1,6 +1,7 @@ Architecture: any Platform: all -Depends: libexpect.${Source-Version-Upstream} (= ${Binary-Version}) +Depends: libexpect.${Source-Version-Upstream} (= ${Binary-Version}), + libtcl${Tcl-Version} Description: Tool for automating interactive applications - interpreter ${Common-Description} . |